FYI: I removed the hyperlink with the following jQuery
-
Here’s how I removed the hyperlinks:
<script type="text/javascript"> jQuery(function($) { $(".restaurant-menu h3 a").removeAttr("href"); }); </script>
Hope it helps someone.
??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘FYI: I removed the hyperlink with the following jQuery’ is closed to new replies.