Answers for "command which gives the version of jquery?"

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 "command which gives the version of jquery?"

Code answers related to "Javascript"

Browse Popular Code Answers by Language