jquery code is in listing java

$('.price_convert').each(function()
     {
        $(this).mouseover(function()
        {
           alert("IN");
        });

        $(this).mouseout(function()
        {
            alert("OUT");
        });

        });
    });

Reply via email to