Advertisement
bobsona

Untitled

Jul 31st, 2013
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.14 KB | None | 0 0
  1.  <script type="text/javascript">
  2. $(function() {
  3.     $(".auto").autocomplete({
  4.         source: "search.php",
  5.         minLength: 1
  6.     });            
  7.  
  8. });
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement