Thanks.  I'm not following you though per my example.  I have
specified function(data) as the method

On Jul 6, 10:56 am, Bill Ramirez <betbuil...@gmail.com> wrote:
> If you pass a param to the json call, it gets passed into the
> querystring:
>
> $.getJSON("jsdata/customerhandler.ashx", { show: Math.random(),
> departmentId: dptId}, customerLoaded);
>
> would be rendered as:
>
> jsdata/customerhandler.ashx?show=0.23231553&departmentId=123
>
> the second parameter to the getJson function is the query string
> parameters.

Reply via email to