码迷,mamicode.com
首页 >  
搜索关键字:function    ( 54714个结果
3_全选菜单
HTML代码: 1 全选 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 JS代码:1 window.onload=function(){2 var oBtn=document.getElementById('btn');3 var oInpu...
分类:其他好文   时间:2014-08-26 19:04:16    阅读次数:213
jQuery分页小插件
源码如下:[javascript]view plaincopyprint?$.fn.pager=function(pagerInfo){varrecordCount=this.size();if(recordCount一共'+this.size()+'条记录,一共'+pageCount+'页,当前第...
分类:Web程序   时间:2014-08-26 18:58:16    阅读次数:210
黄聪:wordpress后台导致fonts.googleapis.com、ajax.googleapis.com加载慢的解决方法
在functions.php文件里面添加下面的代码就行了。if(is_admin()){ function hcsem_cdn_callback($buffer) {return str_replace('googleapis.com', 'useso.com', $buffer);} ...
分类:Windows程序   时间:2014-08-26 18:57:36    阅读次数:191
3_for循环的拓展应用
HTML代码:1 2 3 JS代码:1 window.onload=function(){2 var oBtn=document.getElementsByTagName('input');3 var i=0;4 for(i=0;i<oBtn.length;i++){5 oB...
分类:其他好文   时间:2014-08-26 18:56:16    阅读次数:208
Extjs 导出excel
1前台响应 onExcelBtnClick:?function(button,?e,?eOpts)?{ ????????var?gridpanel?=?this.getRunGrid(); ????????var?cm=gridpanel.columns; ????????var?data=[]; ?????...
分类:Web程序   时间:2014-08-26 17:52:46    阅读次数:261
hive添加永久自定义函数
永久自定义hive函数 1:做这件事的原因: 有一些函数是比较基础的,公用的,每次都要create?temporary?function麻烦了,这样的基础函数需要直接集成到hive中去,避免每次都要创建。 2:步骤 本人拥有一个账户z...
分类:其他好文   时间:2014-08-26 17:50:56    阅读次数:281
写了个下拉列表插件,有BUG,请教大家指点
前端UI分享 ;(function ($) { $.fn.DrowDowEditor = function (opts) { opts = jQuery.extend({ panel:$(this), data: null }, opts || {}); return this.each(function()...
分类:其他好文   时间:2014-08-26 17:27:17    阅读次数:163
Javascript 深入了解Javascript 基础知识
eval, Function构造函数...
分类:编程语言   时间:2014-08-26 17:23:46    阅读次数:150
LeetCode Solutions : Search in Rotated Sorted Array II
Follow up for "Search in Rotated Sorted Array": What if duplicates are allowed? Would this affect the run-time complexity? How and why? Write a function to determine if a given target is in the...
分类:其他好文   时间:2014-08-26 17:19:16    阅读次数:191
spring mvc 传参数
1.页面:(1)js传参数:location.href="${ctx }/forum/changeCtm.html?ctmId="+id;(2)将内容写在form表单里面,然后用表单提交提交如果需要验证表单,可以在js里面验证之后,然后用 "表单名".submit();来提交function sub...
分类:编程语言   时间:2014-08-26 17:17:36    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!