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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

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