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
Solution in case you using jquery-modal via copying library files into your project
Replace <a href="#ex1" rel="modal:open">Open Modal</a>
with <a href="javascript:void(0);" data-modal="#ex1" rel="modal:open">Open Modal</a>
in your html file.
And replace target = el.attr('href');
with target = el.attr('data-modal');
in jquery-modal source js file
This is unexpected behavior
The text was updated successfully, but these errors were encountered: