Search raw text using jQuery

Posted by Jean on Stack Overflow See other posts from Stack Overflow or by Jean
Published on 2010-03-24T11:21:58Z Indexed on 2010/03/24 11:23 UTC
Read the original article Hit count: 293

Filed under:

Hello,

I want to search a text_word from raw text using jQuery.

$("#s:regex('text_word')").each(function() {
    $(this).appendTo('#s1');

});

raw text here

Thanks Jean

© Stack Overflow or respective owner

Related posts about jQuery