0
votes
1answer
95 views

How do I use Zurb Foundation 4 Sections (tabs) with my javascript Ajax?

I am using the Zurb Foundation 4.1.5 for my application and I am trying to use Zurb Section Javascript to manage "tabs" on the page. However, the data in the tabs on my page is dynamic and loaded by ...
0
votes
1answer
129 views

zurb foundation error class not rendering correctly

im using foundation 3, and have set the class of custom on my form, though the issue im having is with the select dropdowns and error class not working the way it should. what i am hoping for is that ...
1
vote
1answer
109 views

Jquery live edit plugins not working with Zurb Foundation

I've been trialing several jquery based live edit (edit in place) plugins such as Jeditable and trying to integrate them with Zurb Foundation. Apparently, Foundation's foundation.min.js file ...
0
votes
0answers
194 views

Loading jquery elements with ajax pagination in rails

I have implemented the following railscast for my project :- http://railscasts.com/episodes/240-search-sort-paginate-with-ajax?view=asciicast . I have been able to make this work seamlessly with a few ...
0
votes
1answer
434 views

How to echo a Page (view) to Ajax Function in Codeigniter

I am using Codeigniter with Zurb Foundation framewrk. i am tryin to load data in reveal box(fancy popup) using AJAX.. The trick is, i am not loading just the inner html content, but the HTML itself..I ...