-2

I see various modals (bootstrap etc.) have the ability to load in content from a URL.

What is the technology behind doing this, javascript? if so how does it work?

panthro
  • 22,779
  • 66
  • 183
  • 324

2 Answers2

3

This is normally done with either:

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335
0

Yes they use JavaScript, you can do this in 2 ways.

One way is using an iframe and the second isusing Ajax to load the data or jQuery .load function

Sean
  • 1,444
  • 1
  • 11
  • 21