作者litangchen (騙人布...)
看板Ajax
標題[問題] 同時import數個js檔
時間Sat Jun 28 18:03:36 2008
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