Guest User

Untitled

a guest
Feb 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <div class="ui-select ui-icon-bt-right">
  2. <span class="ui-select-bt">State <span class="ui-icon ui-icon-arrow-d"></span></span>
  3.  
  4. <select id="select-choice-1" name="select-choice-1">
  5. <option value="standard">Standard: 7 day</option>
  6. <option value="rush">Rush: 3 days</option>
  7. <option value="express">Express: next day</option>
  8. <option value="overnight">Overnight</option>
  9. </select>
  10. </div>
Add Comment
Please, Sign In to add comment