How to disable/enable PayPal button on Checkbox activation?
问题 I have a page on my site that is setup for recurring payments, but I want to disable the PayPal checkout buttons until someone has checked the box that agrees to my Terms Of Service. Can you help me figure out how to do this properly? THANKS!!!!! -Brad 回答1: I'm not gonna give you a full answer written in code because I don't know the elements or variable names in your code. Also it's better to write your own and learn. Use jquery to add a .toggle() function on the checkbox item. You can