Search code examples
jqueryjquery-pluginsjqtransform

Excluding inputs from jqTransform Plugin


This question was asked by another user, but didn't get an answer... so I am reposting. I'm using the jqTransform plugin, but would like it to skip 2 text inputs that I want to hide via CSS and use as non-instrusive spam checks. Hidden, people won't fill them out but bots will. That sort of thing. I can't disable them via jquery b/c I want the bots to fill them out. And my CSS rule doesn't work b/c the plugin spits out new elements that weren't in the DOM. Any ideas?


Solution

  • Add the class jqTransformHidden to the element that you want the jqTransform plugin to skip.