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? Quote 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") Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.