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

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -