javascript - Show hidden DIV in bootstrap modal with jQuery -


i have following form:enter image description here

whenever user clicks on 'don't have paypal account?', want display form within modal.

enter image description here

however, after displaying hidden div , scrolling modal, background fade scroll well.

my jquery code:

var cardform = $('#card-form'); cardform.hide();  $("#display-card-form").click(function (e) {    cardform.show();    e.preventdefault();  }); 

if possible, upgrade v3.3.2 v3.3.4. issue resolved.

i attempted example first in 3.3.4, on. once specified on 3.3.2, downgraded , saw issue. bug fixed in latest release (#15881).

hope helps.


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -