Detect the current jQuery version

You can say this in Javascript:

$.fn.jquery
=> "1.11.1"
Henning Koch