Je moet ingelogd zijn om te stemmen.
<div class="rss-popup"> <a href="http">(rss)</a> </div>
<div class="rss-popup"><a href="http">(rss)</a> </div>
$(document).ready(function(){ $(".rss-popup").hover(function() { alert("haha"); } });
$(document).ready(function() { $(".rss-popup").hover(function() { alert("haha"); }); });
$(document).ready(function() { $(".rss-popup, .rss-popup *").hover(function() { alert("haha"); }); });
<a href="#" onClick="alert('haha');">lala</a>
$(document).delegate(".rss-popup", "hover", function() { alert("haha"); });