Posts by Renato Vilar • 1 point
2 posts
-
0
votes1
answer123
viewsA: Scripts stop when I open Modal in a Partial View for the second time
After much research I managed to find the solution! The point is that when a modal is created (called for the first time) it is attached to the specified in data-target. When we close and open again…
-
0
votes1
answer123
viewsQ: Scripts stop when I open Modal in a Partial View for the second time
My first question here. I am developing my first system using Asp.Net MVC. In a View I call a Modal whose modal-content is a Partialview containing scripts (jQuery). When I open Modal for the first…