Side navigation
#1353 closed bug (worksforme)
Opened July 04, 2007 01:37PM UTC
Closed August 19, 2007 09:12PM UTC
$.getJSON optional parameters bug
Reported by: | pauljamescampbell | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.4 |
Component: | ajax | Version: | 1.1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The documentation for the getJSON method details an optional parameters object which can be passed before the callback function.
However when I try to pass this optional parameter, the callback function is ignored. In order to pass GET vars I have to directly add them to the query string, which obviously is not a hassle but not as directed.
For reference this bug appeared in Firefox 2.0.0.4 on OS X 10.4.9
Paul
Attachments (0)
Change History (1)
Changed August 19, 2007 09:12PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
In the test suite, and works for me.