Opened 10 years ago
Closed 10 years ago
#13099 closed bug (notabug)
getJSON BUG when data is ture
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$.getJSON("ajax.php", function(json){alert('json');}) this is ok,but $.getJSON("ajax.php", {josn:'json'},function(json){alert('json');}) this is bug,alert have been igore,no event.
I hope next version update this bug!
Note: See
TracTickets for help on using
tickets.
Please ask for help on a forum.