javascript regular expression select html element with class="product" from string
- by wizztjh
lets say i use jquery.get to retrive a website to string and how am i gonna select the whole table with class=product from it? $() seem cant work on string ....