浏览 1799 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2011-01-18
测试代码: <html> <head> <script src="http://code.jquery.com/jquery-1.4.2.js"></script> <script language="javascript"> //alert($.fn.jquery); var i = 1; $(function(){ $("#mainForm :input").one("change",function(){ //alert(i); $("#test1").html(i); i++; }); }); </script> </head> <body> <form method="post" id="mainForm" > <input type="file" size="80" id="file_BP" name="file_BP" /> </form> <div id="test1"></div> </body> </html> 刚测试了一下最新的1.4.4,没有问题,原来官方已经fix 这个bug了!~~~ 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |