javascript - Modal window doesnt open from another modal window -
i have modal window button. button must open modal window, nothing happens. tested 'alert': script runs.
heres html:
<a href="#" id='goto' onclick="calc();">Рассчитать</a>
and heres js:
$(document).ready(function() { $('a#goto').click( function(event){ event.preventdefault();
Comments
Post a Comment