摘要:
(function ($) { $.fn.extable = function (options) { var $default = { evenStyle: "evenstyle", oddStyle: "oddstyle", activeStyle: "activestyle" }; var opts = $.extend({}, $.fn.extend(), $default); $(this).find("tr:even").addClass(opts.evenStyle); $(this).find(&q 阅读全文
posted @ 2012-11-06 10:46
吕川福
阅读(168)
评论(0)
推荐(0)

浙公网安备 33010602011771号