When you input "google" into Google, you will see there is a + button
Show stock quote for GOOG
With firebug, you can see <div class="csb mbi">
, what is the content of the class
csb mbi
I want to create such a button,and after clicking it, it will become a - button. How to do it?