JqueryUI编程笔记
文章平均质量分 61
杨过悔
这个作者很懒,什么都没留下…
展开
-
下载UI与目录解析
What’s inside the jQuery UI package原创 2015-03-21 18:40:37 · 357 阅读 · 0 评论 -
Jq之Button与Buttonset
jQuery UI Example Page $(function() { $( "#datepicker" ).datepicker({ inline: true }); //$( "#radio0" ).button(); $( "#radio" ).buttonset(); }); Welcome to jQuery UI! Datepi原创 2015-03-21 19:47:02 · 1805 阅读 · 0 评论 -
Jq之sliderBar
看看书上的说明 例子 jQuery UI Example Page $(function() { $( "#datepicker" ).datepicker({ inline: true }); //$( "#radio0" ).button(); $( "#radio" ).buttonset(); $( "#sl原创 2015-03-21 19:53:17 · 788 阅读 · 0 评论 -
Jq之Datepicker
下载ui包后,在目录中新建test文件夹 在test里新建index.html 内容 jQuery UI Example Page $(function() { $( "#datepicker" ).datepicker({ inline: true }); }); Welcome to jQuery UI! Datepicker原创 2015-03-21 19:24:09 · 527 阅读 · 0 评论 -
jq之google地图
The basic HTML page Because everything on the web is made up of HTML, we'll start there. The following code creates the simplest of web pages: None of this is specific to Google Ma转载 2015-03-21 23:33:52 · 566 阅读 · 0 评论 -
jq之lightning
让html闪烁 function lightning_one(t){ $("#image").fadeIn(250).fadeOut(250); setTimeout("lightning_one()",t); }; $(function() { lightning_one(4000); });原创 2015-03-22 10:35:11 · 410 阅读 · 0 评论 -
jq之Combine effects with method chains
原创 2015-03-22 10:02:39 · 384 阅读 · 0 评论