testrule2: function (input) { if (!input.is(":hidden")) { return $.trim(input.val()) !== ""; } return true; }