[問題] 同時使用數個js檔時

看板Ajax作者 (騙人布...)時間17年前 (2008/06/28 18:03), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #18PWnvuR (Ajax)
文章代碼(AID): #18PWnvuR (Ajax)