Easy Tutorial
❮ Sel Attribute End Value Ajax Ajaxsetup ❯

jQuery jquery Property

jQuery Properties

Example

Output the currently running jQuery version:

$("button").on("click", function() { 
    var version = $().jquery; 
    alert("The jQuery version you are running is: " + version); 
});

Definition and Usage

The jquery property returns a string containing the jQuery version number.


Syntax


jQuery Properties

❮ Sel Attribute End Value Ajax Ajaxsetup ❯