Focus and Blur event on DIV element
Focus and Blur event on DIV element
Hi, I want to handle focus and blur events on any DIV element but don't know how? Any ideas?
I tried this one:
$('.myDIV').bind('focus',function(event){
// something
});
but it doesn't work!
Topic Participants
quark.smith
jay.blanchard