This is a migrated thread and some comments may be shown as answers.

How do to know which version of JQuery is being used

1 Answer 585 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Carl
Top achievements
Rank 1
Carl asked on 28 Nov 2009, 05:58 PM
When we get the latest DLLs, how can we tell which version of JQuery is being used?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 30 Nov 2009, 08:10 AM
Hi Carl,

If you have the RadControls source, then look in:

Telerik.Web.UI  \  Common  \  jQuery.js


If you don't have it, then you can execute the following Javascript code on a page, which has the Telerik jQuery registered:

alert($telerik.$().jquery)


You can also inspect the jQuery.js file directly from the browser. The version is listed there as well.


Sincerely yours,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
Carl
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or