随笔分类 -  JQUERY

jquery插件
摘要:可以在 删除图标 上面显示 删除字样http://api.jqueryui.com/tooltip/#event-open表单美化工具jquery uniformjGrowl 提示框插件 阅读全文
posted @ 2014-01-06 14:15 hxl2009 阅读(110) 评论(0) 推荐(0)
点击对话框外面的所有地方,对话框自动关闭
摘要:1 $(document).ready(function(){ 2 $("#rightNav").click(function(){ 3 $("#rightNav ul").toggle(); 4 }) 5 6 $("html").click(function(e){ 7 console.info( $(e.target).attr("class")); 8 if( $(e.target).attr("class") !=... 阅读全文
posted @ 2014-01-02 14:03 hxl2009 阅读(475) 评论(0) 推荐(0)