Firebug and then inline code finder if you want
but for jQuery it's goes something like this :
element.change( function(){//do it})
you'll probably be looking for this code
$('select').cha nge( function(){//getContent} )
just take a look at their js.
more info http://api.jquery.com/change/
Leave a comment: