Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <li>
  2. <a href="#" class="item-link smart-select" data-searchbar="true" data-back-on-select="true" data-searchbar-placeholder="{{title}}">
  3. <select name="{{elementId}}">
  4. <option value="" selected disabled></option>
  5. {{#each items_arr}}<option value="{{@index}}">{{this}}</option>{{/each}}
  6. </select>
  7. <div class="item-content">
  8. <div class="item-inner">
  9. <div class="item-title">{{title}}</div>
  10. <div class="item-after"></div>
  11. </div>
  12. </div>
  13. </a>
  14. </li>
  15.  
  16. smart-select-page li.disabled{
  17. display:none
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement