Which command is used to find out the version of jquery?
Answer options
A
$.ui.version
B
$.ui:version
C
$:ui.version
Correct answer: $.ui.version
Explanation
Quick AnswerThe correct answer is $.ui.version because it directly addresses the core logic of Practice Set 2.
$.ui.version is the property specifically for the jQuery UI library version.