[jQuery] Select a line inside a <pre> tag
Hi,
i'm working on some bookmarklets / greasemonke scripts to
change some functionality in some websites.
i got some code like this
<pre>
line 1 - aa
line 2 - bb
line 3 - cc
</pre>
and i need to select all lines that contains "aa" and "cc"
does anybody have an idea how to do this?