Is there a way to find out what version of jQuery is being used by inspecting the jQuery object? jQuery is dynamically getting added to my page and I cannot see
jQuery
For older versions of jQuery
jQuery().jquery (or) jQuery().fn.jquery
For newer versions of jQuery
$().jquery (or) $().fn.jquery