摘要:
效果: 首页 1 2 3 4 5 6 7 尾页废话不多说上代码html:<div id="pageTop"/><div id="list" /><div id="pageDown"/>jquery://分页 begin var size=7; //最多显示n个页码标签 val="<font class='top_09'><a href='${pageContext.request.contextPath}/novel/novelType.do 阅读全文
随笔分类 - 前台-jquery
JQuery AJAX提交中文乱码的解决方案
2013-01-04 02:12 by eoeAndroid社区, 144 阅读, 收藏,
摘要:
$.post('doSearch.action',{page : page,vip : vip,searchType : searchType,subtype : subtype,type : type,contentType: "application/x-www-form-urlencoded; charset=utf-8",keyword : keyword}, function(data) //回传函数{var val='';});解决这个中文乱码问题,就必须给AJAX异步提交指定显 示的charset!需要加contentType: 阅读全文
FullCalendar(日程管理控件)
2012-12-24 12:52 by eoeAndroid社区, 1015 阅读, 收藏,
摘要:
(以下是我学习FullCalendar控件时,网络上收集的一些资料)第一部分(官方资料)jquery.fullCalendar官方网址:http://arshaw.com/fullcalendar/jquery.fullCalendar英文文档:http://arshaw.com/fullcalendar/docs/jquery.fullCalendar下载:http://arshaw.com/fullcalendar/download/第二部分(官方文档的翻译)http://blog.csdn.net/lgg201/article/details/4818941第三部分(视频教程)http: 阅读全文
浙公网安备 33010602011771号