[jQuery] Passing Functions in Extraparameters autocomplete

[jQuery] Passing Functions in Extraparameters autocomplete


extraParams: {
customere: function(){ return $('#customere').val(); },
},
the query takes the the value of parameter "customere" as " function()
{ return $(' ".
Any help regarding the same...
Thanx