Show Hide Text
Show Hide Text
Hey Guys. I am trying to hide text when a with a click event. For some reason it hides the text and within a fraction of a second the text re-appears. I am not sure why this is happening.... Can anyone please help? Below is my code. Thanks you
jquery code
- $("#change_order_time").click(function(){
$("#order_time").hide();
HTML code
- Delivery Time - <span id="order_time">TODAY, ASAP</span>
<a href id='change_order_time'> Change order time </a> <br>