You don't need jQuery to determine if a string contains a word. That functionality is built into JavaScript. There are many ways to achieve this with Strings or Regular Expressions.
One or many resources: http://www.w3schools.com/js/js_obj_string.asp Mike 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?