Created
September 30, 2010 14:10
-
-
Save esmooov/604625 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('.toolbarTab').click(function(){ | |
var type; | |
$(this).addClass("selected"); | |
$('.toolbarTab').not(this).removeClass("selected"); | |
type = $(this).children('h4').html(); | |
}); | |
//////// | |
When there's a state up congro.unmagnified === false and congro.mag_state !== undefined it === some state | |
filterer.filterTableByMulti({state_postal:congro.mag_state["0"].state_abbrev,office_id:congro.TYPES[congro.current_type].office_id}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment