I need a help with search button in JavaScript. How I can disable a button, while loading a table that has a large amount of data?
.
It is a search with a large amount of data by days of the month, and the jquery library was used for the table. I want to prevent users from clicking the button multiple times and forwarding the sql query while the table processes the data.
