unsolved: jQuery: Can you redefine the click function on a button? (unsolved mystery)
I have defined a click function in the document ready $(“#submit_request_toggle”).click(function() { $(‘#submit_request’).slideToggle(500); }); Later, I do an ajax call…