Guest User

Untitled

a guest
Jun 28th, 2018
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <select id="example" style="width: 200px">
  2. <option></option>
  3. <option >Joe blogs (joe.blogs@gmail.com) </option>
  4. <option >AUserWithAVeryLongName AUserWithAVeryLongName (a.user.with.a.very.long.name@gmail.com)</option>
  5. </select>
  6.  
  7. $('#example').select2({
  8. placeholder: 'Select'
  9. });
  10.  
  11. AUserWithAVeryLongName AUserWithAVeryLongName (a.user.with.a.very.long.name@gmail.com)
Add Comment
Please, Sign In to add comment