I want to pass some value (other than that i type in text box) when i am using autcomplete . for that i am using extraParams and passing it in the below manner
extraParams: { id: 1234, }, so how can i get the value in php which i passed as extraParams.