Welcome Guest, Not a member yet? Register   Sign In
can't get autocomplete value
#4

[eluser]TheFuzzy0ne[/eluser]
Have you checked that the correct term is being sent to the server?

Also, does changing this:
Code:
data: { term: $("#autocomplete").val()},

to this:
Code:
data: { term: $(this).val()},

make any difference?


Messages In This Thread
can't get autocomplete value - by El Forum - 03-30-2013, 01:19 PM
can't get autocomplete value - by El Forum - 03-31-2013, 01:49 AM
can't get autocomplete value - by El Forum - 03-31-2013, 02:10 AM
can't get autocomplete value - by El Forum - 03-31-2013, 04:32 AM
can't get autocomplete value - by El Forum - 03-31-2013, 05:58 AM
can't get autocomplete value - by El Forum - 03-31-2013, 06:10 AM
can't get autocomplete value - by El Forum - 04-03-2013, 03:35 AM
can't get autocomplete value - by El Forum - 04-03-2013, 04:55 AM
can't get autocomplete value - by El Forum - 04-03-2013, 11:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB