Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. $(document).ready(function() {
  2. $('.js-example-basic-single').select2({
  3. templateResult: formatDestination,
  4. placeholder: placeholderDestination,
  5. width: '100%'
  6. });
  7.  
  8. $('.js-example-basic-single-title').select2({
  9. templateResult: formatDestination,
  10. placeholder: yourTitle,
  11. width: '100%'
  12. });
  13.  
  14. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement