[jQuery] Re: jquery.getJSON params not filtering

2009-05-14 Thread Josh Nathanson
I think your params should look like this: { category:fundType } In your code, you are passing a string rather than a javascript object literal. -- Josh -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of bradrice Sent: Thursday, May

[jQuery] Re: jquery.getJSON params not filtering

2009-05-14 Thread bradrice
OK, I changed it but it still returns everything. It isn't filtering. Thanks for the suggestion. On May 14, 12:54 pm, Josh Nathanson joshnathan...@gmail.com wrote: I think your params should look like this: { category:fundType } In your code, you are passing a string rather than a

[jQuery] Re: jquery.getJSON params not filtering

2009-05-14 Thread Josh Nathanson
...@googlegroups.com] On Behalf Of bradrice Sent: Thursday, May 14, 2009 10:02 AM To: jQuery (English) Subject: [jQuery] Re: jquery.getJSON params not filtering OK, I changed it but it still returns everything. It isn't filtering. Thanks for the suggestion. On May 14, 12:54 pm, Josh Nathanson

[jQuery] Re: jquery.getJSON params not filtering

2009-05-14 Thread bradrice
, 2009 10:02 AM To: jQuery (English) Subject: [jQuery] Re: jquery.getJSON params not filtering OK, I changed it but it still returns everything. It isn't filtering. Thanks for the suggestion. On May 14, 12:54 pm, Josh Nathanson joshnathan...@gmail.com wrote: I think your params should look

[jQuery] Re: jquery.getJSON params not filtering

2009-05-14 Thread Josh Nathanson
in the category you send to the server. -- Josh -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of bradrice Sent: Thursday, May 14, 2009 10:45 AM To: jQuery (English) Subject: [jQuery] Re: jquery.getJSON params not filtering I have

[jQuery] Re: jquery.getJSON params not filtering

2009-05-14 Thread bradrice
] On Behalf Of bradrice Sent: Thursday, May 14, 2009 10:45 AM To: jQuery (English) Subject: [jQuery] Re: jquery.getJSON params not filtering I have this in there: $.ajaxSetup({error:function(XMLHttpRequest,textStatus, errorThrown) {               alert(textStatus);               alert