Site logo

Archived topic

Need to add some jquery to my site and need to know the best way

4 replies · Started by Ian on January 13, 2020

Viewing posts 1–5 of 5

I have the snippets plugin installed and I have GP premium, but what is the best way to add this JQuery snippet to my site?

Do I just add it using the Snippets plugin or another way?

<script>
jQuery(document).ready(function(){
jQuery('[data-toggle="tooltip"]').tooltip();
});
</script>

I then need to add this html to the items in my price lists, but I think I know how to do that.

<i class="fa fa-info-circle" style="color:#FFF;"></i>

ok, thanks Leo.

Do I:
execute shortcodes?
execute PHP?

This archived topic is closed to new replies.