| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
getting DOM attributes.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ALWAYS a function.
|
|
|
|
| |
a base node is found.
|
| |
|
| |
|
|
|
|
| |
'dataFilter'. It's an optional function that receives the ajax response, and returns the sanitized version.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
defaultView.getComputedStyle as it fails on Safari 2.
|
| |
|
|
|
|
| |
null, or it open a login popup on some Opera's.
|
|
|
|
| |
can be safely used by both modules.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
#2453, #2537.
mass refactoring of $.attr (#2548)
* Changes
- undefined was returned for falsy values.
- expando attributes are used when possible.
- one $.isXmlDoc instead of 2.
- $.attr( style, ... ) goes thru less useless checks.
- reduced code size of recurrent accessed variables/checks.
- $.props doesn't need redundant sets of key value anymore.
- added cellSpacing to $.props (#2521)
|
| |
|
|
|
|
| |
show on all browsers.
|
|
|
|
| |
been used.
|
| |
|
|
|
|
| |
munging all their names.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
an html() test.
|
|
|
|
| |
was failing for array-like f.e: window.
|
| |
|