Closed (fixed)
Project:
ZURB Foundation
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2013 at 13:45 UTC
Updated:
4 Jun 2013 at 09:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
kevinquillen commentedReveal is a little bit PITA particularly if you want to use dynamic modals (i.e. content that is NOT part of the original DOM when loaded).
I have a JS extension on Drupal.js to handle instances like these, such as using a custom FormAPI that uses AJAX form elements to append info to the DOM and call them on the fly with Reveal through custom Drupal ajax command callbacks.
Comment #2
shadysamir commentedGreat, but meanwhile STARTER is using broken code
Comment #3
alexweber commentedSimple patch attached that updates the reveal() calls.
Comment #4
kevinquillen commentedPatch looks good. Committing to dev.
Comment #5
alexweber commentedAwesome, thanks!
Comment #6
shadysamir commentedThanks everyone