rich
Function jQuery

java.lang.String jQuery (java.lang.String)
The rich:jQuery('id') function is a shortcut for the equivalent jQuery('#{rich:jquerySelector('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, null is returned instead. The function takes care of escaping all reserved characters in CSS selectors.


Function Information
Function Class org.richfaces.function.RichFunction
Function Signature java.lang.String jQuery(java.lang.String)
Display Name None


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.