I have a basic idead of jQuery and can do some basic stuff, but I can't figure out how to do the following:
I need jQuery to do the following function when you SELECT an option from a form Dropdown selection...
When a person selects PS3 in drop down it will hide all DIVs with the class of .container that do not have the class .ps3 in it.
How can I do this?