What version of jquery that richfaces(3.3.3.CR1) supports. How to find it?
+1
A:
When viewing any webpage that has jQuery you can enter the following into your Firebug/Web Inspector console to be told the version:
$.fn.jquery
For example, Stack Overflow is using 1.3.2
akamike
2010-05-17 12:56:05
Iam getting this error for this query $.fn.jqueryTypeError: Cannot read property 'jquery' of undefinedWhat does it mean?
Kalpana
2010-05-18 06:18:47
That means jQuery has not been defined and therefore is not being used on the site you are testing on.
akamike
2010-05-18 10:12:38