Shadowing Posted April 16, 2012 Share Posted April 16, 2012 Hey guys im trying to figure out how to do a or statement or make this read how I want it too. if either of these two are clicked stuff happends. what i really want it is it linked to the same toggle. $("input#show_invitations_button") || $("th#show_invitations").toggle(function(event){ anyone know how to do this? Link to comment https://forums.phpfreaks.com/topic/261013-or-statement-with-jquery-functions/ Share on other sites More sharing options...
requinix Posted April 16, 2012 Share Posted April 16, 2012 $("input#show_invitations_button, th#show_invitations") Link to comment https://forums.phpfreaks.com/topic/261013-or-statement-with-jquery-functions/#findComment-1337736 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.