How to get this to load last? <script type="text/javascript"> jQuery(document).ready(function(){ jQuery("div.domTip_tipBody").mouseover(function(){ jQuery("#yyy a.tippy_link").css("background-color","yellow");}); Â jQuery("div.domTip_tipBody").mouseout(function(){ jQuery("#yyy a.tippy_link").css("background-color","red"); }); }); Â </script> It is ...
-
May 20, 2022
- 0 Comments