javascript - How to combine js and bootstrap -
i'm trying display div tag on click of 1 link here jsfiddle.
but wouldn't work, brilliant suggestion please?
sorry, couldn't able copy/paste code. doesn't accept long texts.
thanks in advance!
you can read docs bootstrap modals here: http://getbootstrap.com/javascript/#modals
to show modal, need call
$('#rpopup').modal('show')
you should remove "hidden" attribute modal
you need include bootstrap javascript work
Comments
Post a Comment