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

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -