alfiebesin
-
my basic jquery not working
@JohnMotylJr is right. You need to close your script tag there. Like this: // Put your code here
-
my basic jquery not working
@JohnMotylJr is right. You need to close your script tag there. Like this:
-
registration form with payment system ( paypal )
Yes, there is a plugin from jquery called jquery validation (http://docs.jquery.com/Plugins/Validation). If you want only the buy button to show after they type correctly, you can validate their input when they start typing. Hope it helps. No need t…