Answers for "How can you tell what version of jQuery is loaded?"

3

jquery version how

if (typeof jQuery != 'undefined') {  
    // jQuery is loaded => print the version
    alert(jQuery.fn.jquery);
}
Posted by: Guest on March-23-2020

Code answers related to "How can you tell what version of jQuery is loaded?"

Code answers related to "Javascript"

Browse Popular Code Answers by Language