Jump to content

Jquery Autocomplete list display more than 10 records


newbees

Recommended Posts

Hi,

 

Good day!I have a jquery code for autocomplete list but I notice that only 10 records display. How can I make it more?

$().ready(function() {    $("#work_data").autocomplete("get_work_list.php", {       width: 300,        matchContains: true,        mustMatch: true,        selectFirst: false    });     $("#work_data").result(function(event, data, formatted) {     $("#work_data").val(data[1]);    });    });   

Thank you

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...