java.lang.String jQuery(java.lang.String)
The r:jQuery('id') function is a shortcut for the equivalent jQuery(#{r:element('id')}) code. It returns the jQuery object from the client, based on the passed server-side component identifier. If the specified component identifier is not found, empty jQuery object is returned instead.
This function is for use in EL. Refer to the <rich:jQuery> component for access to the jQuery library as a facelet tag.
Info | Value |
---|---|
Function Class | org.richfaces.ui.misc.RichFunction |
Function Signature | java.lang.String jQuery(java.lang.String) |
Display Name | None |
Output generated by Vdldoc View Declaration Language Documentation Generator.