Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
 
  <form style="margin: 20px">
    <label for="name">Name</label><br/>
    <input type="text" id="name" value="foo"/><br/>
    <label for="articleBody">Article Body</label><br/>
    <input type="text" id="articleBody" value="Hello World"/><br/>    
    <input type="submit" id="makeArticle" value="Post Article">
  </form>
  
<div class = 'article-wrapper-outer'>
    <div class = 'article-wrapper-inner'>
        <div class = 'article-wrapper' style="border: 1px solid; margin: 5px; padding: 3px;">
            <p class = 'header-details'>
                <span class = 'name-detail'>Yax</span>
                <span class = 'time-detail'>30-11-2014 : 5:43pm</span>
                <span class = 'articleID-detail'>12</span>
            </p>
            <p class = 'main-article'>
                How do regenerate this in the easiest 
                way possible with jQuery?           
            </p>
        </div>
    </div>
</div>
  
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers