I am wondering how to grab the selected item\'s text value on jquery autocomplete.
I have initialised jquery as following :
$(document).ready(function ()
You just grab the value from the input in the same way you would if the user had typed it in themself:
$('input#autocomplete').val()