<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Bootstrap Navbar without jQuery	</title>
	<atom:link href="https://mpetroff.net/2015/03/bootstrap-navbar-without-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>https://mpetroff.net/2015/03/bootstrap-navbar-without-jquery/</link>
	<description>mpetroff.net</description>
	<lastBuildDate>Wed, 14 Sep 2016 18:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Peter		</title>
		<link>https://mpetroff.net/2015/03/bootstrap-navbar-without-jquery/#comment-255258</link>

		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Wed, 14 Sep 2016 18:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://mpetroff.net/?p=1772#comment-255258</guid>

					<description><![CDATA[Sadly, the dropdown cannot be opened by keyboard in your version...]]></description>
			<content:encoded><![CDATA[<p>Sadly, the dropdown cannot be opened by keyboard in your version&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ket4up		</title>
		<link>https://mpetroff.net/2015/03/bootstrap-navbar-without-jquery/#comment-253970</link>

		<dc:creator><![CDATA[ket4up]]></dc:creator>
		<pubDate>Sun, 12 Jun 2016 04:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://mpetroff.net/?p=1772#comment-253970</guid>

					<description><![CDATA[Your bootstrap.js in es6 syntax.

const classChildren = x =&#062; document.getElementsByClassName(`navbar-${x}`)[0];

classChildren(&#039;toggle&#039;).addEventListener(&#039;click&#039;, () =&#062; {
    classChildren(&#039;collapse&#039;).classList.toggle(&#039;collapse&#039;);
}, false);

All we do is binding the &#039;hamburger&#039; button click action to toggle the dropdown menu.]]></description>
			<content:encoded><![CDATA[<p>Your bootstrap.js in es6 syntax.</p>
<p>const classChildren = x =&gt; document.getElementsByClassName(`navbar-${x}`)[0];</p>
<p>classChildren(&#8216;toggle&#8217;).addEventListener(&#8216;click&#8217;, () =&gt; {<br />
    classChildren(&#8216;collapse&#8217;).classList.toggle(&#8216;collapse&#8217;);<br />
}, false);</p>
<p>All we do is binding the &#8216;hamburger&#8217; button click action to toggle the dropdown menu.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pooja More		</title>
		<link>https://mpetroff.net/2015/03/bootstrap-navbar-without-jquery/#comment-253464</link>

		<dc:creator><![CDATA[Pooja More]]></dc:creator>
		<pubDate>Wed, 11 May 2016 14:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://mpetroff.net/?p=1772#comment-253464</guid>

					<description><![CDATA[This really helped me. Thank you so much for the code :) It saved my time.]]></description>
			<content:encoded><![CDATA[<p>This really helped me. Thank you so much for the code :) It saved my time.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matthew Petroff		</title>
		<link>https://mpetroff.net/2015/03/bootstrap-navbar-without-jquery/#comment-253341</link>

		<dc:creator><![CDATA[Matthew Petroff]]></dc:creator>
		<pubDate>Thu, 05 May 2016 17:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://mpetroff.net/?p=1772#comment-253341</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mpetroff.net/2015/03/bootstrap-navbar-without-jquery/#comment-253339&quot;&gt;Michiel&lt;/a&gt;.

Maybe once there&#039;s a stable release. It also seems the developer behind Bootstrap Native has &lt;a href=&quot;https://github.com/thednp/bootstrap.native/issues/37&quot; rel=&quot;nofollow&quot;&gt;plans for Bootstrap 4&lt;/a&gt;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mpetroff.net/2015/03/bootstrap-navbar-without-jquery/#comment-253339">Michiel</a>.</p>
<p>Maybe once there&#8217;s a stable release. It also seems the developer behind Bootstrap Native has <a href="https://github.com/thednp/bootstrap.native/issues/37" rel="nofollow">plans for Bootstrap 4</a>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michiel		</title>
		<link>https://mpetroff.net/2015/03/bootstrap-navbar-without-jquery/#comment-253339</link>

		<dc:creator><![CDATA[Michiel]]></dc:creator>
		<pubDate>Thu, 05 May 2016 15:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://mpetroff.net/?p=1772#comment-253339</guid>

					<description><![CDATA[Looks good. Can you make one for the new Bootstrap v4 as well?]]></description>
			<content:encoded><![CDATA[<p>Looks good. Can you make one for the new Bootstrap v4 as well?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Content Delivery Network via Amazon Web Services: CloudFront: cdn0.mpetroff.net
Minified using Disk

Served from: mpetroff.net @ 2026-03-30 09:39:55 by W3 Total Cache
-->