]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
More docs update! 10056/head
authorharry <harmanmanchanda182@gmail.com>
Sun, 21 May 2017 13:37:44 +0000 (19:07 +0530)
committerharry <harmanmanchanda182@gmail.com>
Sun, 21 May 2017 13:37:44 +0000 (19:07 +0530)
docs/pages/top-bar.md

index 925bf87842f0d80d83cc713255e3fbaabf0d84a6..d0592e773798415719ac9cde31de320364208e79 100644 (file)
@@ -54,7 +54,7 @@ In the below example, our top bar includes a [dropdown menu](dropdown-menu.html)
 
 ## Advanced Layout
 
-<p>To set up a Responsive menu with toggle, first give your menu a unique ID. Next, add a title bar with the class <code>.title-bar</code> and the attribute <code>data-responsive-toggle</code>. The value of <code>data-responsive-toggle</code> should be the ID of the menu you're toggling. Lastly, add <code>data-toggle</code> to the element that will trigger the toggle. The value of <code>data-toggle</code> should also be the ID of the menu you're toggling.</p>
+<p>To set up a Responsive menu with toggle click trigger on mobile, first give your menu a unique ID. Next, add a title bar with the class <code>.title-bar</code> and the attribute <code>data-responsive-toggle</code>. The value of <code>data-responsive-toggle</code> should be the ID of the menu you're toggling. Lastly, add <code>data-toggle</code> to the element that will trigger the toggle. The value of <code>data-toggle</code> should also be the ID of the menu you're toggling.</p>
 
 <p>By default, the title bar will be visible on small screens, and the Menu hides. At the medium breakpoint, the title bar disappears, and the menu is always visible. This breakpoint can be changed with the <code>data-hide-for</code> attribute in HTML, or the <code>hideFor</code> setting in JavaScript.</p>