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.9.1.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
<div class="form-group">
    <label>Morgage application completed (if yes please enter date)</label>
    <span id="RblMorgAppComp" class="rblLocal checkonchange">
    <input id="RblMorgAppComp" type="radio" name="RblMorgAppComp" value="Yes">
    <label for="RblMorgAppComp">Yes</label>
    <input id="RblMorgAppComp" type="radio" name="RblMorgAppComp" value="No">
    <label for="ctl00_ContentPlaceHolder1_RblMorgAppComp_1">No</label></span>
    <div class="input-group date datepick">
        <input name="TxtMorgAppCompDate" type="text" id="TxtMorgAppCompDate" class="form-control rddt">
      
        <span class="input-group-addon">
        <i class="fa fa-calendar"></i>
        </span>
    </div>
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
_alexander_pro
0viewers