I am using the Asp.Net MVC project with jQuery, javascript, and HTML with partial view. Following is my code snippet explanation.
I have a main view called Class.cshtml and inside this main page, I am loading edit partial view on ajax load and binding the HTML inside one div. Let's call this a First Partial View. In the First Partial View, the javascript is loaded successfully but in First Partial View I am also loading another second partial view so when I click on edit from the list it loads that First Partial View and load the javascript successfully but upon second click it is not loading the First Partial View js.
Upon first click First Partial View load successfully.

Upon second click it is not loading the javascript where values ate binding properly.
