jQuery 1.4.1 and jquery.validate element()
I am currently developing a site using jQuery validate. 1.3.2 was working with validate().element(selector) but it seems after having upgraded to 1.4.1 it does not.
Firebug keeps throwing 'element is undefined' as an error message.
Has anyone run into the same problem?