Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Css link miss fire Reply To: Css link miss fire

#251298
Codi
Participant

after some digging

$(“li”).click(function(){
window.location=$(this).find(“a”).attr(“href”);
return false;
});