rgrove / jquery-yui3-rosetta-stone

A guide to idioms in YUI 3 and jQuery.
BSD 3-Clause "New" or "Revised" License
65 stars 20 forks source link

Update libraries #22

Closed prajwalit closed 11 years ago

prajwalit commented 11 years ago

Update YUI to 3.8.0 Update jQuery to 1.8.3

rgrove commented 11 years ago

Thanks! The YUI changes look good to me. I assume the reason there are no changes to the jQuery examples is that they're all still compatible with 1.8.3?

prajwalit commented 11 years ago

Actually, I'm not a jQuery expert. But I went to jQuery api and made sure all the methods and selectors that are mentioned still exist. But if there's a better way to do something, I'm not aware of it.

rgrove commented 11 years ago

No worries. I'm not a jQuery expert either, so I rely on contributors to keep the jQuery side of things up to date. I'll go ahead and merge, and people can file more PRs if there are problems. Thanks!