Jump to content

How to make Jquery work with Prestashop


Recommended Posts

Hello everyone.

 

I'm finding it hard to use jquery with prestashop.

I just tried testing my code with an alert and it didn't do anything in my tpl file.

Is there something special I need to activate to make the jquery work ?

 

Here's my code in the tpl :

 

 

<script type="text/JavaScript" language="JavaScript">

JQuery(document).ready(function($){

alert('THIS IS A TEST');

});

</script>

 

Thank you in adance

 

Cédric

Link to comment
Share on other sites

×
×
  • Create New...