There is such code:
$("ul#mmenu li").hover( function(){$("span.move, span.onoff",this).css("opacity",1)}, function(){$("span.move, span.onoff",this).css("opacity",0)} );
Ajax loaded content that includes the above elements. How to "прибиндить"
to them this hover?
$(function(){$("AJAX_RETURNER").find("ul#mmenu li")});
- Maksym Prus