Issue Type: Feature Request Feature Request
Assignee: Unassigned
Components: component
Created: 16/Jun/12 4:17 PM
Description:

Currently, if you want to retrieve a jQuery object from a JSF id, you need to write something like :

$('##{rich:clientId('your-id')}')

And that's no even true because the moment you have nested components, there will probably have ":" separators, but that's a selector caracter in jQuery selectors, so it doesn't work.

It would be great to have a shorcut like :

#{rich:jquery('your-id']}

which is more clear and take care of ":" caracters.

Environment: All
Project: RichFaces
Labels: jquery
Priority: Minor Minor
Reporter: Paul Dijou
Security Level: Public (Everyone can see)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira