Closed juandopazo closed 13 years ago
Here are several fixes and additions:
jQuery.trim()
$.trim()
map
return
mapped = Y.all(mapped)
get
.map(fn).get()
next
prev
parent
children
closest
contains
.data()
jQuery.proxy
Y.bind
Thanks Juan! The YUI changes look good. Will wait for @paulirish to sign off on the jQuery changes.
LGTM! thx juan!
n/p Please fix any poor writing on my part (English is not my native language).
Here are several fixes and additions:
jQuery.trim()
is a property of the jQuery constructor. The example should be$.trim()
map
example should be preceded byreturn
mapped = Y.all(mapped)
, the call toget
in.map(fn).get()
is unnecessarynext
,prev
,parent
,children
,closest
andcontains
.data()
methods and thejQuery.proxy
equivalence toY.bind