Is any jQuery version compliant to Promise/A specifications?
After going through several articles I have come to know that promise implementation is there in jQuery. But I am not sure whether any version of jQuery is Promise/A compliant or not. Benjamin Gruenbaum Update 2015: jQuery 3.0 is Promises/A+ compatible. See this issue on GitHub so 3.0 beta is 3.0 compatible and when 3.0 is out it will also be compatible. Until then - the below still applies. All jQuery versions (up to 3.0) feature a broken promise implementation They don't allow error handling well, and they don't mix and match with other implementations well. However, since version 1.8 .then