When writing a new jQuery plugin is there a straightforward way of checking that the current version of jQuery is above a certain number? Displaying a warning or logging an
Try this:
>>> jQuery.fn.jquery; "1.3.2"