-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
jQuery status
Bruno de Oliveira Abinader edited this page Jun 13, 2014
·
9 revisions
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 |