JQTransform - Exclude an element from styling?
问题 I'm using JQTransform to style all form elements. Is it possible to disable the styling on a specific element, leaving all the others styled by JQTransform? 回答1: I've added if( $input.hasClass('ignore') == true ) { return; } to line 99 of the plugin to ignore any text fields with class=ignore. Maybe this will help you. 回答2: Use the class jqtransformdone . It is built in-to the plugin. 回答3: I'm confirming that mattbee's solution has worked for me in leiu of a response from the member posting