[
https://issues.jboss.org/browse/RF-11881?page=com.atlassian.jira.plugin.s...
]
Brian Leathem edited comment on RF-11881 at 8/27/12 5:09 PM:
-------------------------------------------------------------
Can you be specific where this is a problem? jQuery usage within components is captured
with a self-invoking anonymous function as in:
{code}
(function ($) {
...
}(jQuery));
{code}
So there should be no conflict with use of the _$_ operator from non-jQuery libraries.
Note: the original comment here addressed avoiding conflicts when multiple versions of the
jQuery library are included.
was (Author: bleathem):
Can you be specific where this is a problem? jQuery usage within components is
captured with a self-invoking anonymous function as in:
{code}
(function ($) {
}(jQuery));
{code}
So there should be no conflict with use of the _$_ operator from non-jQuery libraries.
Note: the original comment here addressed avoiding conflicts when multiple versions of the
jQuery library are included.
Rich Faces 4 can't change jQuery selector
------------------------------------------
Key: RF-11881
URL:
https://issues.jboss.org/browse/RF-11881
Project: RichFaces
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: third-party
Reporter: Nicola Nick
Labels: waiting_on_user
I used Rich Faces 4 in my project. Morover i have to use prototype functionality.
In the last version of rich faces is used only jQuery. The my problem is that i have to
reserve $ selector to prototype but i can't do it because i don't know how to
change the selector inside richfaces library.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira