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>