摘要: jquery validate.jsonfocusin: function (element, event) { this.lastActive = element; // hide error label and remove error class on focus if enabled if (this.settings.focusCleanup && !this.blockFocusCleanup) { if (this.settings.unhighligh... 阅读全文
posted @ 2014-04-02 19:38 秋意了了 阅读(1207) 评论(3) 推荐(0)