Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript">
- $(function() {
- $(".auto").autocomplete({
- source: function ( req, res ) {
- $.ajax( {
- url: "search.php",
- dataType: "jsonp"
- } );
- },
- minLength: 1
- });
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement