3 lines
74 B
JavaScript
3 lines
74 B
JavaScript
var jQuery = typeof jQuery !== 'undefined'
|
|
? jQuery
|
|
: window['$']; |