[jQuery] Can't use selectors in reference to a named object?
The following doesn't work as expected and I don't understand why--can
someone explain, please?
$('form').each( function() {
var thisForm = $(this);
alert(thisForm.attr('id') + ' [' + $('thisForm