I am currently facing an issue with my ajax call in my MVC project. Whenever the user clicks on a value using the select, it updates two tables in the project. However, I have noticed that on every other call, the button functionality on the tables breaks.
This problem results in the button becoming unusable every other time. I have tried reloading all script tags in the layout file applied to the page, but this either creates duplicates or completely breaks the page.