This is a general question from a newbie -
In javascript / (preferably) jQuery, how do I make a function that is triggered if (and only if) multiple events are satisfied?
More specifically, how to I trigger an event only after a (1.) button is clicked and (2.) an HTML tag is changed? (Documentation here: http://api.jquery.com/change/)