jQuery(function ($) {
            $.fn.disable function () {
                return this.each(function () {
                    if (this.disabled != nullthis.disabled = true;
                })
            };
            //调用方式 $('input').disable();
        });

jQuery扩展函数设置所有对象只读

posted on 2016-07-20 16:09  yxtic  阅读(218)  评论(0编辑  收藏  举报