route360 / r360-js

Route360° JavaScript API (now Targomo)
https://www.targomo.com/developers/
MIT License
174 stars 37 forks source link

Make Route 360 compatible with Zepto #17

Closed esseb closed 9 years ago

esseb commented 9 years ago

In order to not have to pull in all of jQuery for my existing project which so far hasn't needed jQuery, I'm trying to use Zepto as a jQuery alternative.

The only difference between jQuery and Zepto that has caused a problem so far has been that .offset() returns undefined in jQuery and null in Zepto.