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

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -

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