摘要:function SpanGrid(tabObj,colIndex){ if(tabObj != null){ var i,j; var intSpan; var strTemp; for(i = 0; i < tabObj.rows.length; i++){ intSpan = 1; strTemp = tabObj.rows[i].cells[colIndex].i...
阅读全文
随笔分类 - JS相关
包含JQuery等JS插件的使用心得及相关资料收集
摘要:function SpanGrid(tabObj,colIndex){ if(tabObj != null){ var i,j; var intSpan; var strTemp; for(i = 0; i < tabObj.rows.length; i++){ intSpan = 1; strTemp = tabObj.rows[i].cells[colIndex].i...
阅读全文
摘要:以下内容转自:http://radiumxie.iteye.com/blog/475001 一、用前必备官方网站:http://bassistance.de/jquery-plugins/jquer...
阅读全文
摘要:jQuery-Select-Test jQuery获取Select选择的Text和Value: 选择一项试试看 语法解释: 1. $("#select_id...
阅读全文
摘要:转自I文文的空间今天测试代码时,发现不少IE可以运行的ajax,但在FF中报错。IE和Firefox(火狐)在JavaScript方面的不兼容及统一方法总结如下:1.兼容firefox的 outerHTML,FF中没有outerHtml的方法。if (window.HTMLElement) {HTMLElement.prototype.__defineSetter__("outerHTML",function(sHTML) {var r=this.ownerDocument.createRange();r.setStartBefore(this);var df=r.crea
阅读全文
摘要:一、 jqGrid的加载。 1.引用相关头文件 引入CSS: <link href="Scripts/jquery-ui-1.8.1.custom.css" rel="stylesheet" type...
阅读全文
摘要:1. 使用方式, 引入相关js, css后, $(‘#div_name’).fullCalendar({//options}); 接受的是一个option对象 2. 普通属性 2.1. year, m...
阅读全文
|