Community
Participate
Working Groups
We should make sure that jQuery can be used for custom widgets without problems.
With solving bug 319554, JQuery can now be used in RAP applications.
Note that when using JQuery in custom widgets, you should use the variable jQuery instead of $, since $ will currently be shadowed in a closure around all RAP JS code in the standard (aka non-debug) variant.
I was wrong in comment#2. This advise does only apply for the RAP JS code itself, not to custom widgets. Custom widget code can also use "$".