ryanve / response.js

Responsive design toolkit
http://responsejs.com
Other
801 stars 123 forks source link

swap html and jquery #50

Closed terrybarth closed 10 years ago

terrybarth commented 10 years ago

I'm working on a site where I want to swap out a slideshow and separately an accordion. Both require their own jquery scripts.

I've got responsejs working on images and plain old html, but when I try to swap out the slideshow or the accordion, they don't work. I assume there's some problem with the timing or sequence of the html or the jquery, but honestly I'm just guessing.

I don't see anything in the documentation about this. Can you give me any guidance on how to do this?

Thank you.

ryanve commented 10 years ago

This would need something like #35 to work. For now there is no direct way to do it.

terrybarth commented 10 years ago

Thank you. I'll take a look at that.