Jquery
文章平均质量分 50
whz110
这个作者很懒,什么都没留下…
展开
-
fg.menu不能点击菜单项后打开该项链接的页面
jquery菜单插件不能点击菜单项后打开该项链接的页面. 解決方法: 修改fg.menu.js 找到this.chooseItem = function(item){ 将里面的代码替换为:window.open($(item).attr('href')); 或 location.href = $(item).attr('href');...原创 2011-07-11 14:00:39 · 260 阅读 · 0 评论 -
jquery插件
jQuery Pagination: jQuery分页插件 主页:http://plugins.jquery.com/project/pagination 下载:http://plugins.jquery.com/files/jquery_pagination.zip 示例:http://d-scribe.de/webtools/jquery-pagination/demo/dem...原创 2011-07-20 09:03:03 · 88 阅读 · 0 评论 -
日历控件应用
1.日历控件 http://code.google.com/p/xgcalendar/ 2.Fullcalendar http://arshaw.com/fullcalendar/ Rails + Fullcalendar https://github.com/vinsol/fullcalendar_rails http://cpractice.see...原创 2011-08-05 23:09:00 · 167 阅读 · 0 评论 -
使用 fullCalendar
1.本地化 $(document).ready(function(){ var date = new Date(); var d = date.getDate(); var m = date.getMonth(); var y = date.getFullYear(); // page is now ready, initia...原创 2011-08-09 00:05:08 · 136 阅读 · 0 评论