<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://tech.saigonist.com/taxonomy/term/132/all" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>dom</title>
    <link>http://tech.saigonist.com/taxonomy/term/132/all</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Move a div element to another div using jQuery</title>
    <link>http://tech.saigonist.com/b/code/move-div-element-another-div-using-jquery</link>
    <description>&lt;span class=&quot;submitted-by&quot;&gt;March 21, 2016&lt;/span&gt;&lt;div class=&quot;field_tags&quot;&gt;&lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/jquery&quot;&gt;jquery&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/javascript&quot;&gt;javascript&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/dom&quot;&gt;dom&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;jQuery is good for many things related to the DOM - both querying and manipulating. Yes, we can move elements from one position to another with the help of jQuery, or add completely new elements (as in literal HTML text strings) anywhere in the DOM just by having a selector, and if a selector applies to multiple DOM nodes then adding into multiple places can be done with one call.&lt;/p&gt;

&lt;p&gt;jQuery provides many functions for moving or adding elements/content: &lt;code&gt;after&lt;/code&gt;, &lt;code&gt;append&lt;/code&gt;, &lt;code&gt;appendTo&lt;/code&gt;, &lt;code&gt;before&lt;/code&gt;, &lt;code&gt;insertAfter&lt;/code&gt;, &lt;code&gt;insertBefore&lt;/code&gt;...&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Sun, 20 Mar 2016 18:26:00 +0000</pubDate>
 <dc:creator>tomo</dc:creator>
 <guid isPermaLink="false">84 at http://tech.saigonist.com</guid>
  </item>
  </channel>
</rss>
