Enable disable button using JQuery
Sometimes you need to disable or enable some elements in your document and jQuery makes this task easy. All you have to do is to set disabled attribute to “disabled”.…
My little world of sharing
Form submission is one of the most commonly used actions in modern websites. Double or duplicate record entry is one of the big pain when user click on the submit…
Sometimes you need to disable or enable some elements in your document and jQuery makes this task easy. All you have to do is to set disabled attribute to “disabled”.…