Jump to content

Safeer008

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Safeer008

  1. JavaScript is a very important language for developers to learn. JavaScript is included in almost every website in these day. You can say that without JavaScript our sites are not that attractive. So you have to lear how to code in JavaSript. Learn and you can do a lot of fun things in your websites.

  2. I want to swap two divs.

     

    <div>

    <div id="div1">Div One</div>

    <div id="div2">Div Two</div>

    </div>

     

    I want the result as follows:

     

    <div>

    <div id="div2">Div Two</div>

    <div id="div1">Div One</div>

    </div>

     

    Please help me. Thanks.

×
×
  • Create New...