Button Toggle Disable Posted Jul 17, 2025 By your_full_name 1 min read 1 2 3 4 5 6 $('#pctp2_form button[name=submitBtn]').bind('click', disableClick, false); var disableClick = function () { return false; }; program javascript This post is licensed under CC BY 4.0 by the author. Share