Changeset 4359
- Timestamp:
- 01/07/08 01:03:31 (1 year ago)
- Files:
-
- 1 modified
-
trunk/jquery/src/ajax.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jquery/src/ajax.js
r4194 r4359 145 145 processData: true, 146 146 async: true, 147 data: null 147 data: null, 148 username: null, 149 password: null 148 150 }, 149 151 … … 259 261 260 262 // Open the socket 261 xml.open(s.type, s.url, s.async );263 xml.open(s.type, s.url, s.async, s.username, s.password); 262 264 263 265 // Need an extra try/catch for cross domain requests in Firefox 3
