Top "Zepto" questions

Zepto.

Get position/offset of element relative to a parent container?

I'm used to working with jQuery. In my current project however I use zepto.js. Zepto doesn't provide a position() …

position offset zepto
How do I POST an array of objects with $.ajax (jQuery or Zepto)

I'd like to POST an array of objects with $.ajax in Zepto or Jquery. Both exhibit the same odd error, …

jquery ajax rest zepto
What is the difference between Zepto and jQuery 2?

There are those two similar projects: Zepto.js Zepto is a minimalist JavaScript library for modern browsers with a largely …

jquery zepto
Zepto fallback to jQuery

I'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 zepto
JS: regex for numbers and spaces?

I'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 happy
Choosing library for UI widgets for mobile app

I've been developing a mobile app with AngularJS and zeptoJS but the combination of those two is not providing any …

angularjs cordova zepto
How to implement my own history stack in a single page mobile web application?

I 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 zepto
View event listeners - Javascript

I'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 zepto
Javascript: How to check if element is visible?

i'm using the lightweight zepto.js framework and now I need to test if an element on the page is …

javascript jquery selector visible zepto
jQueryMobile on Zepto.js?

I'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