Opened 15 years ago
Closed 15 years ago
#2232 closed bug (duplicate)
Opera - $.each Bug
Reported by: | bugmaster | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.2.2 |
Component: | core | Version: | 1.2.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
$.each(....) <-- why is this starting at 10 with OPERA? 10 11 12 13 .... 30 31 01 02 03 04 05 06 07 08 09
$.getJSON("calendar.php", { action: "show_dates", year: y, month: m }, function(json) {
$.each(json, function(x) {
});
});
json data... {"01":[{"id":"5","_from":"2007-12-29","_to":"2008-01-02","title":"gh","location":"fj"}],"02":[{"id":"5","_from":"2007-12-29","_to":"2008-01-02","title":"gh","location":"fj"},{"id":"3","_from":"2008-01-02","_to":"2008-01-02","title":"asd","location":"asd"},{"id":"7","_from":"2008-01-02","_to":"2008-01-02","title":"asd","location":"asdads"}],"03":[],"04":[],"05":[],"06":[],"07":[],"08":[],"09":[{"id":"4","_from":"2008-01-09","_to":"2008-01-14","title":"Klaus Hochzeit","location":"Nuernberg"}],"10":[{"id":"4","_from":"2008-01-09","_to":"2008-01-14","title":"Klaus Hochzeit","location":"Nuernberg"}],"11":[{"id":"4","_from":"2008-01-09","_to":"2008-01-14","title":"Klaus Hochzeit","location":"Nuernberg"}],"12":[{"id":"4","_from":"2008-01-09","_to":"2008-01-14","title":"Klaus Hochzeit","location":"Nuernberg"}],"13":[{"id":"4","_from":"2008-01-09","_to":"2008-01-14","title":"Klaus Hochzeit","location":"Nuernberg"}],"14":[{"id":"4","_from":"2008-01-09","_to":"2008-01-14","title":"Klaus Hochzeit","location":"Nuernberg"}],"15":[],"16":[],"17":[{"id":"8","_from":"2008-01-17","_to":"2008-01-17","title":"asd","location":"asd"}],"18":[],"19":[],"20":[{"id":"9","_from":"2008-01-20","_to":"2008-01-21","title":"asd","location":"asd"}],"21":[{"id":"9","_from":"2008-01-20","_to":"2008-01-21","title":"asd","location":"asd"}],"22":[],"23":[{"id":"2","_from":"2008-01-23","_to":"2008-01-31","title":"Peter Hochzeit","location":"Duesseldorf"}],"24":[{"id":"2","_from":"2008-01-23","_to":"2008-01-31","title":"Peter Hochzeit","location":"Duesseldorf"}],"25":[{"id":"2","_from":"2008-01-23","_to":"2008-01-31","title":"Peter Hochzeit","location":"Duesseldorf"}],"26":[{"id":"2","_from":"2008-01-23","_to":"2008-01-31","title":"Peter Hochzeit","location":"Duesseldorf"}],"27":[{"id":"2","_from":"2008-01-23","_to":"2008-01-31","title":"Peter Hochzeit","location":"Duesseldorf"}],"28":[{"id":"2","_from":"2008-01-23","_to":"2008-01-31","title":"Peter Hochzeit","location":"Duesseldorf"}],"29":[{"id":"2","_from":"2008-01-23","_to":"2008-01-31","title":"Peter Hochzeit","location":"Duesseldorf"},{"id":"1","_from":"2008-01-29","_to":"2008-01-31","title":"haha","location":"ohiasoid"}],"30":[{"id":"2","_from":"2008-01-23","_to":"2008-01-31","title":"Peter Hochzeit","location":"Duesseldorf"},{"id":"1","_from":"2008-01-29","_to":"2008-01-31","title":"haha","location":"ohiasoid"}],"31":[{"id":"2","_from":"2008-01-23","_to":"2008-01-31","title":"Peter Hochzeit","location":"Duesseldorf"},{"id":"1","_from":"2008-01-29","_to":"2008-01-31","title":"haha","location":"ohiasoid"}]}
Change History (1)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Duplicate of #2231.