[richfaces-issues] [JBoss JIRA] (RF-11881) Rich Faces 4 can't change jQuery selector

Brian Leathem (JIRA) jira-events at lists.jboss.org
Mon Aug 27 17:11:14 EDT 2012


    [ https://issues.jboss.org/browse/RF-11881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12714085#comment-12714085 ] 

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

        


More information about the richfaces-issues mailing list