Vlastnost jQuery jquery

❮ Vlastnosti jQuery

Příklad

Upozornit na aktuální spuštěnou verzi jQuery:

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

Definice a použití

Vlastnost jquery vrací řetězec obsahující číslo verze jQuery.


Syntax

$().jquery

❮ Vlastnosti jQuery