You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2024. It is now read-only.
However, its not executing the bound click event of the 'Previous' button, it redirects the whole page instead. Should I be using another element to get the previous page? Like a button?
My quick fix for this is to check if there is an event bound to the button or link in modal-footer like so:
Hi, I am trying to add an ajaxed link to the
modal-footerto return the user to previous page of the flow. Like so:However, its not executing the bound click event of the 'Previous' button, it redirects the whole page instead. Should I be using another element to get the previous page? Like a button?
My quick fix for this is to check if there is an event bound to the button or link in modal-footer like so:
Replace https://github.com/Nikku/jquery-bootstrap-scripting/blob/master/lib/jquery.dialog2.js#L208
with
What do you guys think? Should I also check for
clickevent as well? This fix is working for me.