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: 310
jQuery
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