jQuery技术

JavaScript学习总结(四)(6)

字号+ 作者:H5之家 来源:H5之家 2017-01-01 16:02 我要评论( )

div id=adva href=x.htmlimg src=p1.jpg//aa href=y.htmlimg src=p2.jpg//aa href=z.htmlimg src=p3.jpg//a/div $(#adv).superSwaper({speed:3000}); 超级下拉列表 $(#select1).superSelect([中国,美国,日本]); $(#

<div id="adv"> <a href="x.html"><img src="p1.jpg"/></a> <a href="y.html"><img src="p2.jpg"/></a> <a href="z.html"><img src="p3.jpg"/></a> </div>

$("#adv").superSwaper({ speed:3000 });

 

JavaScript学习总结(四)--jQuery插件开发与发布26

超级下拉列表

$("#select1").superSelect(["中国","美国","日本"]); 

$("#select1").superSelect({data:[{"text":"中国","value":"01"},{"text":"美国","value":"02"},{"text":"日本 ","value":"03"}]}); 

$("#select1").superSelect({url:"service/getAllCountry.do","text":"text","value":"id"});

$("#select1").superSelect({data:"省"});

$("#select1").superSelect({data:"学历"});

$("#select1").superSelect({data:"性别"});

三、示例下载

 

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

相关文章
网友点评