How to Load jQuery Conditionally
How to Load jQuery Conditionally
In This Article We read about Load jQuery Conditionally Many developers like to link to an externally hosted jQuery library, like for example Google’s jQuery
Check it out:
CODE:
<!– Grab Google CDN jQuery. fall back to local if necessary –>
http://â//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.jsâ
window.jQuery && document.write(‘’)
Of course, you’ll need to insert your own path…
View On WordPress









