Currently I have alot of information that are in several different divs.
I want to be able to search this information (that is all on the same page) and print the results in a div, without having to use mysql.
I.e, if I searched for 'chair' all the results with 'chair' would appear in a div.
How would I go about doing this? I am rather new to jquery, but I am enjoying learning its amazing powers :)