How to find jquery versin in richfaces -


Which version of JPEAR is supported by Richface (3.3.3cr1) how can it be searched?

Richts use $ variable for something else, so you can not use it JQuery Instead you need to use the jQuery keyword, so to find the version, use it:

jQuery.fn.jquery


Comments