How can I use jQuery to bind when the mouse is over an element it perform an action. ? my code
$("div").bind('mouseover',function(){
my_function();
});
How can I use jQuery to bind when the mouse is over an element it perform an action. ? my code
$("div").bind('mouseover',function(){
my_function();
});