I wish to accomplish a fairly simple task (I hope!)
I got two div tags and one anchor tags, like this:
forgot p
function toggling_fields_contact_bank(class_name) { jQuery("." + class_name).animate({ height: 'toggle' }); }