July 16, 2012
Minutes (Notes) of the meeting of jQuery
Location: #jquery-meeting on Freenode
Attending: DaveMethvin,
Time: Noon ET
Official Agenda:
Sizzle
Several pull requests from gibson042 to land
Should this need escaping? http://bugs.jquery.com/ticket/12087
- NO, gibson042 to look at it
Ajax
jaubourg refactored serialize
Other things to split from ajax.js?
$.sjax is dead, no need to create it
As of 1.8
- use of ajaxSettings.traditional DIRECTLY with serialize() is deprecated
- new argument to serialize() sends traditional
- $.ajax usage is unchanged, it will pass the flag from ajaxSettings
jQuery 1.8RC1?
Target next week
Land Sizzle fixes
jaubourg to look at issue with Deferred passed as `this` to .progress()
Fix several new bugs
- right-click delegation
MUST be released with jQuery UI 1.8.x refresh
- Needs fixes for Sizzle and curCSS changes