Re: [jQuery] Autcomplete extraParams usage

2009-12-04 Thread Dhruva Sagar
You can get it in PHP as $_REQUEST['id'] Thanks & Regards, Dhruva Sagar. On Fri, Dec 4, 2009 at 8:06 PM, .. wrote: > > 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 >

[jQuery] Autcomplete extraParams usage

2009-12-04 Thread ..........
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.