Skip to main content

Posts

Showing posts from June, 2018

jquery - Disable submit button unless original form data has been changed

You have to stop change url on submit if it has class disable. You also can check this live on Fiddle Here