[jQuery] Re: jquery.getJSON params not filtering

2009-05-14 Thread bradrice
om: 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 this in there: > > $.ajaxSetu

[jQuery] Re: jquery.getJSON params not filtering

2009-05-14 Thread bradrice
.  Maybe run some > debugging and make sure the parameters are coming in as you expect, and look > at the data server side before it goes back to the client. > > -- JOsh > > -Original Message- > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On &g

[jQuery] Re: jquery.getJSON params not filtering

2009-05-14 Thread bradrice
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 14, 2009 9:38 AM > To: jQuery (English) > Subject: [jQuery]

[jQuery] jquery.getJSON params not filtering

2009-05-14 Thread bradrice
I just can't seem to get getJSON to filter based upon the map I send in. Here is my code: $.getJSON('funds_static_json.dot',"{category:fundType}",function(json) { dropdownSet.loadSelect(json); } My post in firebug looks completely right: http://www.uakro

[jQuery] Re: jQuery t-shirt - did they happen?

2008-01-24 Thread bradrice
I would like to see a photo if anyone decides to post one in their blog. Brad

[jQuery] Scrollable image in a div

2008-01-24 Thread bradrice
Is there a plug-in or some jQuery code I can use to make a draggable scroll image, similar to the scriptaculous effect of this: http://wiki.script.aculo.us/scriptaculous/show/DragScrollable? Brad