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
I used jquery.dirtyforms with bootstrap modal to notify user that something is not saved in this page. This worked perfectly with anchor links. But, I have a DIV on page which is actually working as a link to some other page. DIV has data-action attribute containing URL of the other page and on DIV click I am setting the data-action value to window.location.href to navigate. When I clicked the DIV, it gave the confirmation message on default popup of browser instead of Bootstrap Modal.
I have given a unique class to div as tabDiv. I tried to add the support for DIV in Jquery.dirtyforms.js and witten this which did not work....thanks for the help :
The text was updated successfully, but these errors were encountered: