Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
How to check jQuery JS is already exist in the site?
Asked
Nov 24 '17 at 05:18
Active
Nov 24 '17 at 05:18
Viewed
50 times
0
How can I check jquery.js is already exist on the site using the javascript?
Thanks in advance!
javascript
jquery
asked Nov 24 '17 at 05:18
Chandraprakash
25
4
window.jQuery != null
–
Brian
Nov 24 '17 at 05:19
typeof jQuery !== 'undefined'
–
Eddie
Nov 24 '17 at 05:35
0 Answers
0