I\'ve got a form with a bunch of textboxes that are disabled by default, then enabled by use of a checkbox next to each one.
When enabled, the values in these textbo
Depends parameter is not working correctly, I suppose documentation is out of date. I managed to get this working like this:
required : function(){ return $("#register").hasClass("open")}