I'm trying to select a specfic < a > to put a style on it put my code is not working`
var url=window.location.protocol + "//" + window.location.host+"/"+window.location.pathname;
jQuery('#accordion a[href*="'+url+'"]').css("font-weight", "bold");
that code is not working at all and it gives undefind object..so any help here :)
Best Regards M Hegab