i know i bind a function to the event focus of an element but is there a way
i can see if a element is focused like?

if(element.focus())
{
    //true
}
else
{
    //false
}
-- 
View this message in context: 
http://www.nabble.com/finding-if-element-is-focused-tp15357587s27240p15357587.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to