sdellis / bookreader

Next Generation OpenLibrary BookReader with full IIIF API 2.0 Support
GNU Affero General Public License v3.0
2 stars 1 forks source link

Update to latest jQuery library #1

Open sdellis opened 9 years ago

cmmills commented 9 years ago

Should we stick with the 1.x or move to the 2.x of jQuery?

sdellis commented 9 years ago

The only reason to stick with 1.x is for oldIE support (6, 7, & 8). I think we should move to 2.x because of the size, performance, etc. In fact, we may also want to look into a custom build of jQuery to exclude unnecessary modules if we're looking to really streamline it.

cmmills commented 9 years ago

Yes I agree, forget pre IE 9 support. Only other issue is if we want to use some other jQuery addons that aren;t 2.x compatible we might be limiting our options. Or we will just have to fork them and get them up to 2.x as well.