Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
 <form name="requestForm">
  <div class="form-group col-md-6 md-padding">
    <div class="text-primary">
        <h3>Create Request</h3>
    </div>
    <div class="tab">
        <button class="tablinks" onclick="openCity(event, 'General')">General</button>
        <button class="tablinks" onclick="openCity(event, 'Contact')">Contact</button>
    </div>
    <div id="General" class="tabcontent">
        <div>
            <label style="font-size: medium">Contact Name</label>
        </div>
        <div>
            <label style="font-size: medium">Project</label>
        </div>
    </div>
    <div id="Contact" class="tabcontent">
        <div>
            <label style="font-size: medium">Site</label>
        </div>
        <div>
            <label style="font-size: medium">Location</label>
        </div>
     </div>
     <div class="md-padding col-md-6">
     <div class="row form-group">
      <button type="button" class='btn btn-danger' ng-click="clearRequest(requestForm)">Clear</button>
      <button type="button" class="btn btn-success" ng-disabled="!requestForm.$valid" ng-click="createRequest(requestForm)">Create</button>
      </div>
      </div>
    </div>
</form>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers