07 2015 档案

原生js的String类扩展
摘要:文章转自:http://www.cnblogs.com/zfc2201/archive/2012/12/16/2820335.htmlJS String类拓展方法: 1 //获取字符数组 2 String.prototype.toCharArray = function() { 3 ret... 阅读全文

posted @ 2015-07-13 18:23 小呀么小二郎 阅读(218) 评论(0) 推荐(0)

Jquery遍历元素
摘要:页面中所有的checkBox遍历:1 $("input:button").click(function(){2 $("input:checkbox").each(function(){3 alert($(this).attr("checked"));4 if($(this).attr... 阅读全文

posted @ 2015-07-08 17:31 小呀么小二郎 阅读(365) 评论(0) 推荐(0)

datatables的Bootstrap样式的分页怎么添加首页和尾页(引)
摘要:找到dataTables.bootstrap.js(版本3):(此项目中文件名为:dataTableExt.js) 1 $.fn.dataTableExt.oApi.fnPagingInfo = function ( oSettings ) 2 { 3 return { 4 ... 阅读全文

posted @ 2015-07-06 18:17 小呀么小二郎 阅读(2527) 评论(0) 推荐(0)

导航