373
Views

There are times you need to write some scripts for your WordPress build but using jQuery as usual isn’t going to work. Here is the best way to add your jQuery whether it’s inline or via an include.

Example

You will need to wrap any jQuery with this:

jQuery(document).ready(function( $ ) { 
//Code goes here and can start with $
});

Article Categories:
Coding
SDATIC

Web developer and former photographer by trade...gamer and all around tech enthusiast in his free time. Christoph started sdatic.com as a way to organize his ideas, research, notes and interests. He also found it enjoyable to connect and share with others who parallel his interests. Everything you see here is a resource that he found useful or interesting and he hopes that you will too.

Leave a Reply

Your email address will not be published. Required fields are marked *