View Single Post
  #1  
Old 09-01-2013, 04:03 AM
 
UMI Pearls UMI Pearls is offline
 

Newbie
  
Join Date: Apr 2013
Location: UAE
Posts: 6
 

Default Clean URL problem with Mouse over tabs for static pages

I have this code for static pages.
Code:
<script> $(function() { $( "#tabs" ).tabs({ event: "mouseover" }); }); </script>

but whenever "clean URL" is enabled it is not working anymore.


tia
__________________
v4.5.5
Reply With Quote