Posts by Victor Leite • 21 points
2 posts
-
0
votes2
answers1455
viewsA: Load remote content into a Twitter Bootstrap modal
Studying jQuery’s documentation I found what I was doing wrong. The way I was calling the method on jQuery used to bind events to elements that had already been loaded at the time of script…
-
2
votes2
answers1455
viewsQ: Load remote content into a Twitter Bootstrap modal
I’m trying to load the contents of a modal from a remote page. This is the code I’m using to run the tests. $('[data-load-remote]').on('click', function (e) { e.preventDefault(); var $this =…