Zepto.
I'm used to working with jQuery. In my current project however I use zepto.js. Zepto doesn't provide a position() …
position offset zeptoThere are those two similar projects: Zepto.js Zepto is a minimalist JavaScript library for modern browsers with a largely …
jquery zeptoI'm using ZeptoJS for my web app, but I'd like to fall back to jQuery if the browser doesn't support …
javascript jquery browser-detection zeptoI'm using happyJS and use the regex underneath for phone validation phone: function (val) { return /^(?:[0-9]+$)/.test(val); } However this …
javascript regex validation zepto happyI've been developing a mobile app with AngularJS and zeptoJS but the combination of those two is not providing any …
angularjs cordova zeptoI have a single-page mobile application developed with Backbone and Zepto. It works correctly with the back/forward buttons in …
javascript mobile backbone.js browser-history zeptoI'm wondering if it is possible to view 1. How many event listeners 2. What type of event listener On a single …
javascript events javascript-events zeptoi'm using the lightweight zepto.js framework and now I need to test if an element on the page is …
javascript jquery selector visible zeptoI'm wondering if someone has tried already to port jQueryMobile on top of Zepto.js (http://zeptojs.com/) instead of …
javascript-framework jquery-mobile zepto