JavaSript
【2013-09-04】jquery 添加节点的几种方法介绍
复制代码 代码如下: <html> <head> <meta http-equiv="Content-Type" content="text/html; charse
【2013-09-04】jQuery父级以及同级元素查找介绍
jQuery.parent(expr) 找父亲节点,可以传入expr进行过滤,比如$("span").parent()或者$("span").parent(".class") jQuery.par
【2013-09-04】js格式化货币数据实现代码
复制代码 代码如下: function formatCurrency(num) { var sign=""; if(isNaN(num)) { num = 0; } if(num<0) {
【2013-09-04】js 窗口抖动示例
复制代码 代码如下: <html> <head> <title> New Document </title> <meta name="Gene
【2013-09-04】JS如何将UTC格式时间转本地格式
复制代码 代码如下: Date.prototype.format = function (format) { var o = { "M+": this.getMonth() + 1, //mont
【2013-09-04】JS控制阿拉伯数字转为中文大写示例代码
复制代码 代码如下: function NoToChinese(num) { if (!/^\d*(\.\d*)?$/.test(num)) { alert("Number is wrong!")
【2013-09-05】Jquery增加鼠标中间功能mousewheel的实例代码
复制代码 代码如下:(function ($) { var types = ['DOMMouseScroll', 'mousewheel']; $.event.special.mousewheel
【2013-09-05】Jquery中给animation加更多的运作效果实例
复制代码 代码如下://animationjQuery.extend({ easing: { // ******* back backEaseIn: function (p, n, firstNu
【2013-09-05】js编码、解码函数介绍及其使用示例
js对文字进行编码涉及3个函数:escape,encodeURI,encodeURIComponent,相应3个解码函数:unescape,decodeURI,decodeURIComponent
【2013-09-05】JavaScript移除数组元素减少长度的方法
复制代码 代码如下: //数组移除长度方法 var array=[]; array[0]="张三"; array[1]="李四"; array[2]="王五"; array[3]="赵六"; ar
首页 上页 [1353] [1354] [1355] [1356] [1357] [1358] 下页 尾页 共21717条记录 每页10条 页次1355/2172
地址:上海市普陀区胶州路941号长久商务中心 电话: QQ:
© Copyright 2012 上海网络
Product All Rights Reserved