-
我也发一个jQuery 1.4.1的CHM版文档可以到这里下载:http://code.google.com/p/jquery-api-zh-cn/downloads/list发现问题请提交到:http://code.google.com/p/jquery-api-zh-cn/issues/list这里回帖我不一定能看到shawphy 时间:02-02 + 阅读全文
-
请教:iframe中如何调用父页面函数?请教各位: 现在有两个页面,父页面t1.html,子页面t2.html,t2放在t1的iframe中。t1.html代码:<html><head><scriptsrc="../js/jquery.min.js"type="text/javascript"></script><scripttype="tequnser 时间:02-01 + 阅读全文
-
关于DD取值的一个问题,有没有谁遇到过?我是这样取得DD当前选择的值的: $("select[id=<%=RaceCd.ClientID%>]option[selected]).val()但FF3.5以上版本就不行了,只有3.0的可以,3.5以上要这样才能取到值:$("select[id=<%=RaceCd.ClientID%>]option:selected).val()yorytang 时间:02-01 + 阅读全文
-
jQuery EasyInsert插件。PluginName:动态增加inputAuthor:Mr.ZhangEmail:[email protected]:http://www.MrZhang.net欢迎投递你的插件,投递地址:http://www.cssrain.cn/demo/1/mail.html或者发送到[email protected]演示:http://ilikejquerycssrain 时间:02-01 + 阅读全文
-
jquery的ajax()方法在IE下正常工作,但在firefox下不能正常工作我的IE是6.0,Firefox是3.5.7,jquery是最新版本的。$.ajax({ type:'POST', global:false, url:"http://127.0.0.1:8000/ms/1/", data:"messagenum=3&name="+$('#name')1138465 时间:02-01 + 阅读全文
-
关于form的action问题HTML代码:复制代码<spanid="Tip"></span><formid="myForm"name="myForm"action="comment.php"method="post">goaler 时间:02-01 + 阅读全文
-
问个append的问题假设有两个字符串,我想把它追加到某个div中,如下所示:var stra="hello";var strb="world";$('#someone').append(a);$('#someone').append(a);这样做的结果就是 这两个字符串stra和strb 连在一起被追加到id为someonbit 时间:02-01 + 阅读全文
-
jQuey.fn.extend读取私有变量的问题$.fn.goods=function(options){vardefaults={serverId:5,itemId:0,itemName:null,tradeType:null,enchant:null,inited:false,enabled:false,updatedAt:Math.round(newDate().getTime()/1000)paull 时间:01-31 + 阅读全文
-
在wordpress上安装jquery插件dataTables-1.6,导航栏不能正常显示,不兼容在wordpress上安装jquery插件dataTables-1.6,表格可以正常用了,但是导航栏不能正常显示了(导航栏子菜单本应该显示的,而用了这个插件之后就显示了)。但是插件wp-table-reloaded,生成基本同样的表格能够正常显示。为什么?如何修改dataTables-1.6?这是我加入的代码:复制代码lilongsy 时间:01-31 + 阅读全文