tags:

views:

25

answers:

1
A: 
    jQuery('li').bind('mouseover',function(){
       // code for mouser over
    }).bind('mouseout',function (){
       // code for mouse out
    });

whatever i understood from your question(which is unclear), this is my solution.
Praveen Prasad
i have used .live and work great, your idea help me !
marc-andre menard