[問題] 同時使用數個js檔時
check.js(用來檢查使用者的input)
thickbox.js(http://jquery.com/demo/thickbox/)
//a.html
<script type="text/javascript" src="../thickbox/jquery.js"></script>
<script type="text/javascript" src="../thickbox/thickbox.js"></script>
...........
<a href="b.html?KeepThis=true&TB_iframe=true class="thickbox">發文 </a>
...........
//b.html
<script type="text/javascript" src="../check.js"></script>
...............
<span class="check">
<input type="text" name="title" value=""/>
</span>
想問一下我從a.html用thickbox開啟b.html時,為什麼使用者檢查的功能就失效了
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 218.166.84.36
Ajax 近期熱門文章
PTT數位生活區 即時熱門文章