1

Does anyone know if Bootstrap has support for anything similar to Foundation's Data Interchange plugin? Or any jQuery standalones that achieve the same effect?

I've done my usual and hidden sections of my site for mobiles, but I'm keen to avoid loading this section at all unless needed!

amphetamachine
  • 27,620
  • 12
  • 60
  • 72
Graham
  • 162
  • 1
  • 16

3 Answers3

5

I added a repository that has the current version of bootstrap (3.3.5) using the foundation 5 interchange script. I was in the same boat trying to get that to work so I made this, hope it helps!

https://github.com/stolve/bootstrap-interchange

Stolve
  • 120
  • 1
  • 2
  • 9
2

Depending on your needs, check out Adaptive Images (http://adaptive-images.com/), Response.js (http://responsejs.com/). You could also always do a custom build with Data Interchange, pulling out the elements you need and incorporating them into Bootstrap; or DIY it with screen media queries.

grownupteeth
  • 131
  • 2
  • 12
0

I forked the repo made by @Stolve and updated it to Bootstrap 4.

https://github.com/shadtek/bootstrap4-interchange