Changes between Initial Version and Version 1 of Ticket #10281, comment 31
- Timestamp:
- Jun 27, 2013, 9:08:46 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10281, comment 31
initial v1 1 Replying to [comment:30 Reinmar]:2 > I pushed commit to every repository (dev, tests, docs).1 > Replying to [comment:30 Reinmar]: 2 > > 3. Is Adapter tested with jQuery 2.x? 3 3 > 4 > 1. I haven't seen any example of how to use forwarded events. Also, how are they fired for collections? This thing should be clarified.4 > Nope. We don't support jQuery 2.x. 5 5 6 Good point. I will add it do guide. 6 Or after short discussion, yes. We support jQuery 2.x :) 7 7 8 >9 > 2. Are these a real return values for `val()`?10 >11 > {{{String|Number|Array|jQuery.fn|function(jQuery promise)}}}12 >13 14 Unfortunately yes. String|Number|Array|jQuery.fn are from original jQuery val: http://api.jquery.com/val and I've added promise.15 16 > 3. Is Adapter tested with jQuery 2.x?17 18 Nope. We don't support jQuery 2.x.