Skip to main content
Commonmark migration
Source Link

If a remote URL is provided, content will be loaded one time via jQuery's load method and injected into the .modal-content div. If you're using the data-api, you may alternatively use the href attribute to specify the remote source. An example of this is shown below:

 
<a data-toggle="modal" href="remote.html" data-target="#modal">Click me</a> 

If a remote URL is provided, content will be loaded one time via jQuery's load method and injected into the .modal-content div. If you're using the data-api, you may alternatively use the href attribute to specify the remote source. An example of this is shown below:

 
<a data-toggle="modal" href="remote.html" data-target="#modal">Click me</a> 

If a remote URL is provided, content will be loaded one time via jQuery's load method and injected into the .modal-content div. If you're using the data-api, you may alternatively use the href attribute to specify the remote source. An example of this is shown below:

<a data-toggle="modal" href="remote.html" data-target="#modal">Click me</a> 
edited tags
Link
Michael Petch
  • 48k
  • 9
  • 121
  • 218
Trim do-it-for-me begging, quote section from manual, trim voting advice
Source Link
halfer
  • 20.2k
  • 20
  • 110
  • 207
Loading
retag
Link
Mike Causer
  • 8.3k
  • 2
  • 47
  • 63
Loading
Source Link
user3350885
  • 749
  • 4
  • 16
  • 40
Loading