Answers for "find the jquery version"

1

jquery get version

jQuery().jquery;
Posted by: Guest on June-01-2020
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 "find the jquery version"

Code answers related to "Javascript"

Browse Popular Code Answers by Language