Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. $(document).ready(function () {
  2. // if dynamically injecting forms onto a page
  3. // you can trigger them to be ajax-selects-ified:
  4. $(window).trigger('init-autocomplete');
  5. $('.inline-group ul.tools a.add, .inline-group div.add-row a, .inline-group .tabular tr.add-row td a').on('click', function() {
  6. $(window).trigger('init-autocomplete');
  7. });
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement