From API.
$("p").contains("test")

HTML:
<p>This is just a test.</p><p>So is this</p>

Result:
[ <p>This is just a test.</p> ]

http://www.visualjquery.com
or
http://www.jquery.com




On 6/26/07, cfdvlpr <[EMAIL PROTECTED]> wrote:


I'm a Coldfusion developer and I know there's a CF function CONTAINS
to do this.  Is there an equivalent function in Jquery?


Reply via email to