Comments 2simonx2k started the conversationMarch 16, 2017 at 1:17pmHello,how can I use jquery in the custom js part of the options theme?$ doesn't workThanks! 7,092Oliver repliedMarch 16, 2017 at 3:19pmHI!What code did you paste.Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver 2simonx2k repliedMarch 16, 2017 at 3:23pm$('.class').click(function(){ return false})Error: Uncaught TypeError: $ is not a function 7,092Oliver repliedMarch 16, 2017 at 3:43pm jQuery(document).ready(function($) { $('p').click(function(){ alert('123'); }); });Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver 2simonx2k repliedMarch 16, 2017 at 7:33pmThank you! 7,092Oliver repliedMarch 16, 2017 at 7:34pmYou are welcome!Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hello,
how can I use jquery in the custom js part of the options theme?
$ doesn't work
Thanks!
HI!
What code did you paste.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
$('.class').click(function(){ return false})
Error: Uncaught TypeError: $ is not a function
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Thank you!
You are welcome!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver