All I need is a simple example in how to open a remote content into a Twitter Bootstrap modal window.
I\'m using Bootstrap v2.0.4 and I just can\'t get it to work. I can
I dropped a working example here on JSFiddle that illustrates how to use a link to open a bootstrap modal containing a remote URL (of the same origin). It's an almost verbatim copy-paste from twitter's bootstrap docs with some minor modifications to make it work for remote URLS.
It just comes down to pointing the href attribute to the URL you want to open and the data-target attribute at the DIV that acts as the modal window.
JSFIddle here
Same code here:
Launch demo modal