JQuery – Put JQuery in Prestashop tpl file
If you need to put JQuery in the Prestashop tpl file, you need to put {literal} and the code below:
[code]
<script>
{literal}
$(‘document’).ready(function(){
//JQuery
});
{/literal}
</script>
[/code]
Views (569)
The following two tabs change content below.

Owen Woo

Latest posts by Owen Woo (see all)
- Prestashop – How To Change Home Feature Product Deafult Sorting in PHP - March 14, 2016
- WordPress Plugins You Should Install - November 17, 2015
- Google Negative SEO - November 17, 2015
- JQuery – Put JQuery in Prestashop tpl file - September 18, 2015
- CSS – How to fix the background image with full width and full height - September 18, 2015
Leave a Reply