Why "this()" is not working here
Why "this()" is not working here
Hi,
This works:
if( $('.messages.error').length ) {
$('.messages.error').focus();
}
But this doesn't:
if( $('.messages.error').length ) {
$(this).focus();
}
Why?
Topic Participants
bigtail
jakecigar