Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <title>JQM latest</title>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
  <script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
  <script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
  <style>
    /* Load this style after the JQM stylesheet. The selector needs to have a specificity of at least 020 (i.e. 2 class names) */
    .custom-corners .ui-btn-icon-notext.ui-corner-all {
      -webkit-border-radius: .3125em;
      border-radius: .3125em;
    }
  </style>
</head>
<body>
 
  <div data-role="page">
    <div class="ui-content">
      <form>
        <input type="button" data-icon="delete" data-iconpos="notext" value="Icon only">
        <div class="ui-input-btn ui-btn ui-icon-delete ui-btn-icon-notext ui-corner-all">
          Enhanced - Icon only
          <input type="button" data-enhanced="true" value="Enhanced true - Icon only">
        </div>
        <div class="custom-corners">
          
          <input type="button" data-icon="delete" data-iconpos="notext" value="Icon only">
          <div class="ui-input-btn ui-btn ui-icon-delete ui-btn-icon-notext ui-corner-all">
            Enhanced - Icon only
            <input type="button" data-enhanced="true" value="Enhanced true - Icon only">
          </div>
          
        </div>
      </form>
    </div><!-- /content -->
  </div><!-- /page -->
</body>
</html>
Output

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

Dismiss x
public
Bin info
jaspermdegrootpro
0viewers