摘要:
.JQtabel{/*border: red solid 1px; position: relative; top: 100px; left: 300px;*/}.t_header{background-color: #0B7DB2;height: 40px;}/*标题栏文本样式*/.title{margin-left: 7px;font-size: 26px;position: relative;top: 6px;left: 0px;}/*标题栏文本搜索框的样式*/.searchtxt{border: 1px solid;width: 120px;height: 22px;backgroun 阅读全文
摘要:
/// <reference path="jquery-1.4.1.min.js" />//增加插件方法jQuery.fn.extend({ JQtable: function(options, data) { //设置控件的总体宽度和样式(位置) if (options.width == undefined || options.width == '') { options.width = 450; } this.width = this.width(options.width); //this.addClass("JQtabel&q 阅读全文