When I am clicking on the edit button, it does not do anything, no errors. I guess the handlers are not attached to it. I do not know why this is happening. But if I move it outside the div that contains jQuery steps, it is working.
Is there any alternative way to use this inside jQuery Steps or any way to attach the handlers on the button so it will work?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I am using DetailView inside a jQuery Steps.
When I am clicking on the edit button, it does not do anything, no errors. I guess the handlers are not attached to it. I do not know why this is happening. But if I move it outside the div that contains jQuery steps, it is working.
Is there any alternative way to use this inside jQuery Steps or any way to attach the handlers on the button so it will work?
Here is my code:
Thank you.