Is there a way to load the http: // located file into modal windows?
somenthing like:
<a class="btn btn-info btn-large" data-toggle="modal" href="#http://localhost/login.html"> <i class="icon-user icon-white"></i> Login </a>
Obviously, I can do this with a dedicated js method (e.g. jquery load ()), but I would like to know if it is possible to do this without implementing any new js.
source
share