Periksa versi jQuery di Chrome

# by meanstackBasit
You can use either $().jquery; or $.fn.jquery 
which will return
a string containing the version number, like this way '3.6.0'
Dull Deer