-
Notifications
You must be signed in to change notification settings - Fork 65
jquery.turbolinks does not work with Foundation 2.x #4
Comments
Without jquery.turbolinks all works in normal way? |
Yes, except for bindings to $.ready() of course :) But there is no error when loading foundation without jquery.turbolinks. |
Can you show me your manifest file? |
Here it is:
|
Thanks! I'm going to create test application and debug this issue. Give me 30 minutes :-). |
Got it! Thanks. New version will be ready soon. |
Great! Thanks :) |
Done. Please update jquery-turbolinks to v0.2.1: https://rubygems.org/gems/jquery-turbolinks/versions/0.2.1 |
Now everything is ok? |
Yes everything’s ok with foundation now, thanks a lot! :) |
Good. |
@Flink can you describe how it breaks? I'm not sure I clearly understand problem. |
@kossnocorp I posted that message and then deleted it. It was not an issue with jquery.turbolinks but with my setup. In fact i can validate that jquery.turbolinks works great! Thanks |
@kossnocorp Seems you can re-close the issue ;) |
@elfassy thank you! |
I have a rails project using zurb foundation 2.x. I just tried your gem hoping that all will be working as foundation uses $.ready() function. But instead it breaks on the customforms plugin:
So is it a problem with jquery.turbolinks or zurb foundation?
The text was updated successfully, but these errors were encountered: