11 rows · show.zf.dropdown menus. It triggers an event when new dropdown pane is visible. 2: hide.zf.dropdown menus. It triggers an event when the open menus are closed.
The event which is triggered is named show.zf .dropdown. jQuery splits the event name (namespace + event name) and calls elem[show]() on the DOM element – and in elem[show] a prototype callback is registered. Renaming it solves the problem, but it feels nasty. michael Feb 25 ’16 at 11:36, Basics. To create a dropdown pane, add the class .dropdown-pane and the attribute data-dropdown to an element. Give the dropdown a unique ID as well. To create the dropdown trigger, add data-toggle to a .The value of data-toggle is the ID of the dropdown.. Watch this part in video, Basics. To create a dropdown pane, add the class .dropdown-pane and the attribute data-dropdown to an element. Give the dropdown a unique ID as well. To create the dropdown trigger, add data-toggle to a .The value of data-toggle is the ID of the dropdown.. Watch this part in video, Where do the spaces in show.zf .dropdown menus and hide.zf.dropdown menus came from? dropdownMenu.js @event does not has spaces in it, or has that been fixed already? gakimball added a commit to foundation/foundation-docs that referenced this issue Jan 18, 2016, Dropdown | Foundation for Sites 6 Docs, Dropdown | Foundation for Sites 6 Docs, Dropdown | Foundation for Sites 6 Docs, I’m trying to create a drop down, the content of which is MOSTLY the same despite having multiple different anchors on the same screen. So, rather than creating lots of duplicate content, I want t…
I’m trying to use jQuery and prototype.js, combined with foundation-sites 6 (tried 6.1.2, 6.2.0-rc.1). What has work with foundation 5 ever since leads to strange results now. The first interaction with the dropdown is working fine, but …
diff –git a/.gitignore b/.gitignore index 62a42cc..d066262 100644 — a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ js/vendor/jquery.js js/vendor/zepto.js bower …
diff –git a/Gruntfile.js b/Gruntfile.js index dff313c..81c510a 100644 — a/Gruntfile.js +++ b/Gruntfile.js @@ -11,8 +11,8 @@ module.exports = function (grunt …
the unminified version of the js. GitHub Gist: instantly share code, notes, and snippets.