I feel like I have a relatively simple question that I\'m just not sure how to go about doing. I have an html input tag of button type which calls a javascript onclick funct
It seems that you need toggle functionality.
Please try with jQuery toggleClass() function: http://api.jquery.com/toggleclass/