作者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