Guest User

Untitled

a guest
Feb 19th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. // $('element').setupAuto("/administration/reasons.js")
  2. $.fn.setupAuto = function(url) {
  3. $(this).autocomplete(url, {
  4. width: 620,
  5. max: 10,
  6. highlight: false,
  7. scroll: true,
  8. scrollHeight: 300
  9. });
  10. }
Add Comment
Please, Sign In to add comment