dgileadi / zepto-page-transitions

HTML5 Page Transitions similar to JQuery Mobile page transitions, but standalone (13k) and using Zepto.js
167 stars 46 forks source link

Zepto & JQuery Compatibility #13

Closed ethanator360 closed 11 years ago

ethanator360 commented 11 years ago

Can you run both at the same time? I have the zepto js and http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js on the same page, and it seems that I can only use one as there's a conflict running both at the same time.

dgileadi commented 11 years ago

No.

This plugin may be able to work with JQuery instead of Zepto by replacing the last (Zepto) in transition.min.js with (JQuery), but I've never tried it and if it doesn't work you're on your own.

On Mar 10, 2013, at 7:05 PM, ethanator360 notifications@github.com wrote:

Can you run both at the same time? I have the zepto js and http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js on the same page, and it seems that I can only use one as there's a conflict running both at the same time.

— Reply to this email directly or view it on GitHubhttps://github.com/dgileadi/zepto-page-transitions/issues/13 .

ethanator360 commented 11 years ago

It didn't work, but thanks anyway, David.

dbateson commented 11 years ago

it seems to work if you replace the last (Zepto) in transition.min.js with (window.JQuery) not just (JQuery)