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
console.log( 'You are running jQuery version: ' + $.fn.jquery );