hello
i write module that use jquery 1.7.1 and for working this module i must include jquery 1.7.1 to my prestashop header because by default prestashop use jquery 1.4.4 but how can i do this?
my solution is put all js to template(.tpl) file and use it in my module but its not a good idea because js must put in header or end of body how can i do this with out conflict ?
please help me!!!!!!!