9 jQuery status
Bruno de Oliveira Abinader edited this page 2014-06-13 06:29:04 -07:00
Thing Status Links/Notes
Element.id Works Spec: link
Element.className Works Spec: link
ParentNode.querySelector() Works Spec: link Issue: #851 PR: #2591
ParentNode.querySelectorAll() Needs testing Spec: link Issue: #851 PR: #2632
$.ajax Partially works GET works (everything doable with our current XHR implementation is doable with jQuery). POST is broken, but #2631 should fix it