- 
AuthorPosts
 - 
June 2, 2014 at 12:05 pm #51365
FCEadminParticipantIs there a way to use jquery in this theme through the javascript section in the customizer, or any other way?
Thank you 🙂
June 3, 2014 at 2:46 am #51623
ChristianModeratorHey Kath,
Yes, you can use jQuery in the Customizer. Just don’t include <script> tags.
Thanks.
June 4, 2014 at 9:26 am #52238
FCEadminParticipantI tried using jquery to do a simple alert with no luck but using vanilla javascript I was able to make it work.
June 4, 2014 at 2:20 pm #52413
AmanMemberHi Katherine,
Looks like the issue is resolved. Please get in touch if you still need any help.
Thanks!
June 6, 2014 at 10:09 am #53321
FCEadminParticipantWell, I would like to use jquery on the theme, but it seems that only javascript is working. Is there a way to fix this?
June 6, 2014 at 10:07 pm #53518
RadModeratorHi Katherine,
Could you provide the code of what you’re trying to achieve?
You could add jquery at customizer’s custom javascript. For example:
jQuery(function($){ /* javascript or jquery code goes here */ $(document).ready(function(){ alert('Hey, I am ready! '); }); $('a').click(function(){ alert(' Oh hey!, I am a link :) '); }); });Or are you trying to embed a jquery’s file url?
Let us know.
June 9, 2014 at 1:29 pm #54200
FCEadminParticipantThat works, thank you!
June 9, 2014 at 9:39 pm #54321
ChristianModeratorYou’re welcome Katherine.
 - 
AuthorPosts
 
- <script> jQuery(function($){ $("#no-reply-51365 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
 
