What version of jquery that richfaces(3.3.3.CR1) supports. How to find it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Richfaces uses the $ variable for something else, so you can't use it for jQuery. Instead you have to use the
|
|||
|
|
|
When viewing any webpage that has jQuery you can enter the following into your Firebug/Web Inspector console to be told the version:
For example, Stack Overflow is using 1.3.2 |
|||||||
|