Dear Sir,Thank you very much for providing valuable information.I am trying hard to include Jquery ui Tabs a or accordion into prestashop 1.5.4 Front end Home page.I was unable to do it.. I am not good coder. can you please explain in detail how to do it.Please help us. we are waiting to launch our website on that.RegardsVivek Sakhilati
hi,u need to create a module and add in the head hook.from there, call the $this->addJQueryUI("ui.tabs");its located in js/jquery/ui/refer to this samplehttps://www.dropbox.com/s/k5p7h8vly70jwhr/test.zip
a more easier way is to add it in themes/default/header.tpl
Post a Comment
3 comments:
Dear Sir,
Thank you very much for providing valuable information.
I am trying hard to include Jquery ui Tabs a or accordion into prestashop 1.5.4 Front end Home page.
I was unable to do it.. I am not good coder. can you please explain in detail how to do it.
Please help us. we are waiting to launch our website on that.
Regards
Vivek Sakhilati
hi,
u need to create a module and add in the head hook.
from there, call the $this->addJQueryUI("ui.tabs");
its located in js/jquery/ui/
refer to this sample
https://www.dropbox.com/s/k5p7h8vly70jwhr/test.zip
a more easier way is to add it in themes/default/header.tpl
Post a Comment