As a quick test today I just did $(".fields").rules("add".... etc. Now, this works for the first HTML element in the set, but it doesn't work for the rest. I'm dynamically adding/removing rules. I'm assuming that it just applies the rule to the first element in the set, but preferably I'd like it to work for all elements that use that class.
Perhaps this could be a bug? Or perhaps I'm using it incorrectly. If anyone could confirm this I'd be grateful.
Thanks.