About Jquery

Hello friends

How can I know the version of jquery in Yii?

You can check it in the file:

framework/web/js/source/jquery.js

of the framework version you are using.

Or just load any page and issue this in a web console (Firebug or Chrome console):




jQuery.fn.jquery



Thanks