Domanda

Im using the a framework that relies on jquery. Id like to add the page transition plugin found here: https://github.com/dgileadi/zepto-page-transitions

The plugin is built on zepto and Im trying to port it to run on Jquery 1.9.1, but I cant get it to work. If someone could help me Id be very grateful!

Id thought id be as simple as just replacing Zepto with JQuery but I cant get it to work :)

Thanks.

È stato utile?

Soluzione

Just change "Zepto" to "jQuery" (that's a small "j") in the file transition.js, that works for me

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top