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

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -