<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>devkuma – JQuery</title>
    <link>https://www.devkuma.com/en/tags/jquery/</link>
    <image>
      <url>https://www.devkuma.com/en/tags/jquery/logo/180x180.jpg</url>
      <title>JQuery</title>
      <link>https://www.devkuma.com/en/tags/jquery/</link>
    </image>
    <description>Recent content in JQuery on devkuma</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>kc@example.com (kc kim)</managingEditor>
    <webMaster>kc@example.com (kc kim)</webMaster>
    <copyright>The devkuma</copyright>
    
	  <atom:link href="https://www.devkuma.com/en/tags/jquery/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>jQuery Introduction | Overview</title>
      <link>https://www.devkuma.com/en/docs/jquery/overview/</link>
      <pubDate>Sat, 10 Jun 2017 16:01:14 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/jquery/overview/</guid>
      <description>
        
        
        &lt;p&gt;jQuery improves JavaScript productivity and makes it easy to implement processing related to the Document Object Model (DOM) and events.
Ajax applications and plugins can also be developed quickly by using jQuery.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Reference: &lt;a href=&#34;http://api.jquery.com&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;http://api.jquery.com&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
      
      <category>jQuery</category>
      
      <category>JavaScript</category>
      
    </item>
    
    <item>
      <title>jQuery</title>
      <link>https://www.devkuma.com/en/docs/jquery/</link>
      <pubDate>Sat, 10 Jun 2017 16:01:14 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/jquery/</guid>
      <description>
        
        
        &lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/jquery/jquery.jpg&#34; alt=&#34;Introduction to jQuery&#34;&gt;&lt;/p&gt;
&lt;p&gt;jQuery is an open-source JavaScript library that simplifies the JavaScript language so it can be used more easily.&lt;/p&gt;

      </description>
      
      <category>jQuery</category>
      
      <category>JavaScript</category>
      
    </item>
    
    <item>
      <title>jQuery Introduction | Selecting Elements</title>
      <link>https://www.devkuma.com/en/docs/jquery/selecting-elements/</link>
      <pubDate>Sat, 10 Jun 2017 16:01:14 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/jquery/selecting-elements/</guid>
      <description>
        
        
        &lt;p&gt;With jQuery, you can easily select HTML elements and set specific actions on the selected elements.&lt;br&gt;
jQuery provides most CSS selectors, as well as some non-standard selectors, for selecting elements.&lt;/p&gt;

      </description>
      
      <category>jQuery</category>
      
      <category>JavaScript</category>
      
    </item>
    
    <item>
      <title>jQuery Introduction | Manipulating Elements</title>
      <link>https://www.devkuma.com/en/docs/jquery/manipulating-elements/</link>
      <pubDate>Sat, 10 Jun 2017 16:01:14 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/jquery/manipulating-elements/</guid>
      <description>
        
        
        &lt;p&gt;jQuery provides several methods that make it easy to edit new elements or content.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Adding elements&lt;/li&gt;
&lt;li&gt;Changing the inside of elements&lt;/li&gt;
&lt;li&gt;Copying elements&lt;/li&gt;
&lt;li&gt;Replacing elements&lt;/li&gt;
&lt;li&gt;Removing elements&lt;/li&gt;
&lt;/ul&gt;

      </description>
      
      <category>jQuery</category>
      
      <category>JavaScript</category>
      
    </item>
    
    <item>
      <title>jQuery Introduction | Traversing Elements</title>
      <link>https://www.devkuma.com/en/docs/jquery/traversing-elements/</link>
      <pubDate>Sat, 10 Jun 2017 16:01:14 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/jquery/traversing-elements/</guid>
      <description>
        
        
        &lt;h2 id=&#34;tree-traversing&#34;&gt;Tree Traversing&lt;/h2&gt;
&lt;p&gt;Tree traversing means the process of searching through the DOM tree from a specific element to the element you want to select by using relationships with other elements.&lt;/p&gt;
&lt;p&gt;This tree traversal can be divided into the following three areas.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Traversing ancestor elements&lt;/li&gt;
&lt;li&gt;Traversing descendant elements&lt;/li&gt;
&lt;li&gt;Traversing sibling elements&lt;/li&gt;
&lt;/ol&gt;

      </description>
      
      <category>jQuery</category>
      
      <category>JavaScript</category>
      
    </item>
    
    <item>
      <title>jQuery Introduction | Element Area</title>
      <link>https://www.devkuma.com/en/docs/jquery/element-area/</link>
      <pubDate>Sat, 10 Jun 2017 16:01:14 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/jquery/element-area/</guid>
      <description>
        
        
        
      </description>
      
      <category>jQuery</category>
      
      <category>JavaScript</category>
      
    </item>
    
    <item>
      <title>jQuery Introduction | Setting CSS Styles and Properties</title>
      <link>https://www.devkuma.com/en/docs/jquery/setting-css-styles-and-properties/</link>
      <pubDate>Sat, 10 Jun 2017 16:01:14 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/jquery/setting-css-styles-and-properties/</guid>
      <description>
        
        
        &lt;p&gt;With jQuery, you can easily get or set property values related to the CSS styles of selected HTML elements.&lt;/p&gt;

      </description>
      
      <category>jQuery</category>
      
      <category>JavaScript</category>
      
    </item>
    
    <item>
      <title>jQuery Introduction | Event Handling</title>
      <link>https://www.devkuma.com/en/docs/jquery/event-handling/</link>
      <pubDate>Sat, 10 Jun 2017 16:01:14 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/jquery/event-handling/</guid>
      <description>
        
        
        
      </description>
      
      <category>jQuery</category>
      
      <category>JavaScript</category>
      
    </item>
    
    <item>
      <title>jQuery Introduction | Controlling Input Elements</title>
      <link>https://www.devkuma.com/en/docs/jquery/controlling-input-elements/</link>
      <pubDate>Sat, 10 Jun 2017 16:01:14 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/jquery/controlling-input-elements/</guid>
      <description>
        
        
        
      </description>
      
      <category>jQuery</category>
      
      <category>JavaScript</category>
      
    </item>
    
    <item>
      <title>jQuery Introduction | Effect Features</title>
      <link>https://www.devkuma.com/en/docs/jquery/effect-features/</link>
      <pubDate>Sat, 10 Jun 2017 16:01:14 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/jquery/effect-features/</guid>
      <description>
        
        
        &lt;h2 id=&#34;effect-features&#34;&gt;Effect Features&lt;/h2&gt;
&lt;p&gt;jQuery provides various methods that make it easy to add effects to web pages.&lt;br&gt;
These effects can be used immediately with the default settings, or the settings can be changed through the &lt;code&gt;animate()&lt;/code&gt; method.&lt;/p&gt;

      </description>
      
      <category>jQuery</category>
      
      <category>JavaScript</category>
      
    </item>
    
    <item>
      <title>jQuery Introduction | Using Ajax</title>
      <link>https://www.devkuma.com/en/docs/jquery/using-ajax/</link>
      <pubDate>Sat, 10 Jun 2017 16:01:14 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/jquery/using-ajax/</guid>
      <description>
        
        
        &lt;p&gt;With jQuery, you can develop Ajax easily.&lt;/p&gt;

      </description>
      
      <category>jQuery</category>
      
      <category>JavaScript</category>
      
    </item>
    
    <item>
      <title>jQuery Introduction | Utility Methods</title>
      <link>https://www.devkuma.com/en/docs/jquery/utility-methods/</link>
      <pubDate>Sat, 10 Jun 2017 16:01:14 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/jquery/utility-methods/</guid>
      <description>
        
        
        
      </description>
      
      <category>jQuery</category>
      
      <category>JavaScript</category>
      
    </item>
    
  </channel>
</rss>
