Jul 10, 2011

Best way to include JQuery | Correct way to include JQuery

JQuery is the javascript library, but just copy pasting the JQuery snippet will not do, it will start conflicting with other JQeries, so the best practice is to use the following method

[php]<?php wp_enqueue_script("jquery"); ?>[/php]

No comments :

Post a Comment