芝麻web文件管理V1.00
编辑当前文件:/home/seolotod/critterchoice.com/wp-content/plugins/wp-automatic/js/test.js
$(document).ready(function() { //Position the error messages next to input labels $.tools.validator.addEffect("labelMate", function(errors, event){ $.each(errors, function(index, error){ error.input.first().parents('.field').find('.error').remove().end().find('label').after('
' + error.messages[0] + '
'); }); }, function(inputs){ inputs.each(function(){ $(this).parents('.field').find('.error').remove(); }); }); $("#post").validator({effect:'labelMate'}); });