<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Johnskie-pogi</title>
    <description>The latest articles on DEV Community by Johnskie-pogi (@johnskiepogi).</description>
    <link>https://dev.to/johnskiepogi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F428236%2F56ae7da9-41bc-436e-ba60-c53094d04fd9.jpeg</url>
      <title>DEV Community: Johnskie-pogi</title>
      <link>https://dev.to/johnskiepogi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/johnskiepogi"/>
    <language>en</language>
    <item>
      <title>Reuse navbar &amp; footer using jquery error</title>
      <dc:creator>Johnskie-pogi</dc:creator>
      <pubDate>Tue, 14 Jul 2020 07:48:55 +0000</pubDate>
      <link>https://dev.to/johnskiepogi/reuse-navbar-footer-using-jquery-error-17dl</link>
      <guid>https://dev.to/johnskiepogi/reuse-navbar-footer-using-jquery-error-17dl</guid>
      <description>&lt;p&gt;I was trying to reuse Navbar to all html page, so i try this code:&lt;/p&gt;

&lt;p&gt;$(function(){&lt;br&gt;
$('header').load('navbar.html');&lt;br&gt;
});&lt;/p&gt;

&lt;p&gt;And it was a success!&lt;/p&gt;

&lt;p&gt;So i try to add navbar and footer at the same page then i try this:&lt;/p&gt;

&lt;p&gt;$(function(){&lt;br&gt;
$('header').load('navbar.html');&lt;br&gt;
$('footer').load('footer.html');&lt;br&gt;
});&lt;/p&gt;

&lt;p&gt;But the only thing i see is the footer.&lt;/p&gt;

&lt;p&gt;Can you help me to solve this?&lt;/p&gt;

&lt;p&gt;I was trying to create my first project.&lt;/p&gt;

</description>
      <category>help</category>
      <category>html</category>
      <category>javascript</category>
      <category>jquery</category>
    </item>
    <item>
      <title>Adding navbar and footer using jquery but still error</title>
      <dc:creator>Johnskie-pogi</dc:creator>
      <pubDate>Sat, 11 Jul 2020 08:47:32 +0000</pubDate>
      <link>https://dev.to/johnskiepogi/adding-navbar-and-footer-using-jquery-but-still-error-4k19</link>
      <guid>https://dev.to/johnskiepogi/adding-navbar-and-footer-using-jquery-but-still-error-4k19</guid>
      <description>&lt;p&gt;I try to use:&lt;/p&gt;

&lt;p&gt;$(function(){ $('#navbar').load('../assets/html/navbar.html');&lt;br&gt;
});&lt;/p&gt;

&lt;p&gt;And it worked!, but for navbar only.&lt;/p&gt;

&lt;p&gt;I also want to add footer so i try this:&lt;/p&gt;

&lt;p&gt;$(function(){ $('#navbar').load('../assets/html/navbar.html');&lt;br&gt;
$('#footer').load('../assets/html/footer.html');&lt;br&gt;
});&lt;/p&gt;

&lt;p&gt;But the only thing i see is the footer.&lt;/p&gt;

&lt;p&gt;Can you please tell me what is the solution for this? Please...&lt;/p&gt;

</description>
      <category>help</category>
    </item>
    <item>
      <title>How to reuse navbar on all html page</title>
      <dc:creator>Johnskie-pogi</dc:creator>
      <pubDate>Fri, 10 Jul 2020 03:48:19 +0000</pubDate>
      <link>https://dev.to/johnskiepogi/how-to-reuse-navbar-on-all-html-page-3en0</link>
      <guid>https://dev.to/johnskiepogi/how-to-reuse-navbar-on-all-html-page-3en0</guid>
      <description>&lt;p&gt;I was trying to apply navbar to all html pages&lt;/p&gt;

&lt;p&gt;Is there another way to apply navbar to all html pages without pasting the full navbar code to all html pages?&lt;/p&gt;

</description>
      <category>help</category>
      <category>html</category>
    </item>
  </channel>
</rss>
