Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. option: function(item, escape) {
  2. var popular = escape(item.ISPOPULAR) == 1 ? ' '+'isPopular' : '';
  3. return '<div class="option'+popular+'" data-scope="'+escape(item.TRAVELSCOPE)+'">' + item.COUNTRY + '</div>';
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement