使用jquery.validate后,无法同步验证.
editor = KindEditor.create("#content",{
afterBlur:function(){this.sync();}
});
jquery.validate,无法同步验证.