zepto Questions

5

Solved

I'd like to POST an array of objects with $.ajax in Zepto or Jquery. Both exhibit the same odd error, but I can't find what I'm doing wrong. The data saves to the server when sent using a test cli...
Algesia asked 19/6, 2012 at 21:34

5

Solved

I'm using happyJS and use the regex underneath for phone validation phone: function (val) { return /^(?:[0-9]+$)/.test(val); } However this ONLY allows numbers. I want the user to be able to e...
Genniegennifer asked 5/11, 2012 at 10:14

7

Solved

How can I retrieve the offset of a container relative to a parent with pure JS?
Wargo asked 24/7, 2012 at 15:58

10

Solved

I'm using ZeptoJS for my web app, but I'd like to fall back to jQuery if the browser doesn't support Zepto. Since IE is the only major browser not supported at the moment, I'm tempted to detect IE:...
Wholehearted asked 4/1, 2012 at 11:14

4

Solved

I can't seem to get zepto to work with requirejs. Here are my files main.js require.config({ paths: { zepto: 'libs/zepto/zepto.min', underscore: 'libs/underscore/underscore-min', backbone: '...
Finicky asked 16/11, 2012 at 23:15

6

Solved

There are those two similar projects: Zepto.js Zepto is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API. jQuery 2.0 jQuery 2.0 beta: Here is your ...
Hockenberry asked 12/2, 2013 at 10:27

5

Solved

I've been developing a mobile app with AngularJS and zeptoJS but the combination of those two is not providing any UI widgets I've seen this topic: Is there a UI library for angularjs for use in a...
Nuthatch asked 11/12, 2013 at 16:57

5

Solved

I have a single-page mobile application developed with Backbone and Zepto. It works correctly with the back/forward buttons in the browser. When the user navigates to a page, the new content slid...
Ingham asked 1/6, 2012 at 7:34

4

Solved

I am using zepto library for my mobile web site. I have recently learnt that zepto does not have slideDown() plugin like jquery. I would like to implement the same for zepto. I have tried one on ...
Unmeriting asked 5/9, 2012 at 5:4

2

Solved

<script src="jsv3/jquery-1.7.1.min.js"></script> <script src="jsv3/jquery-ui-1.9.2.custom.min.js"></script> <script src="jsv3/jquery.mobile-events.js"></script> ...
Bremen asked 8/1, 2013 at 8:0

2

I am building a project using jQuery. I put in a manual reference to jQuery in ZURB Foundation 4. I also removed <script> document.write('<script src=' + ('__proto__' in {} ? 'js/vendo...
Jobina asked 27/4, 2013 at 13:33

3

Solved

I'm wondering if it is possible to view 1. How many event listeners 2. What type of event listener On a single web page. Reason being is because I'm using off(); method. I'm using this framework, w...
Kolosick asked 22/7, 2013 at 18:53

2

Solved

I am new to zepto, and am using it as a jQuery replacement for the mobile part of a website. So zepto doesn't have $.fn.extend. Fine that's cool with me, but I need my pluggin to work regardless ...
Scenic asked 3/11, 2012 at 17:28

4

Solved

i'm using the lightweight zepto.js framework and now I need to test if an element on the page is visible or not … this my case: A button triggers the function show_guides(). function show_guides(...
Benton asked 9/7, 2012 at 8:28

4

Solved

Situation: I'm working on a pretty decently complex single page Backbone app that could potentially be running for 8-12+ hours straight. Because of this, there's a need to ensure that the applicati...

5

I'm wondering if someone has tried already to port jQueryMobile on top of Zepto.js (http://zeptojs.com/) instead of the required jQuery?
Lais asked 14/1, 2011 at 12:54

4

Solved

What's Zepto.js alternative to jQuery's $(this).parent().parent().find('.active')?
Lignify asked 8/12, 2010 at 13:4

2

Solved

I'm looking to build a new website and want to take a responsible "mobile-first" approach. One tenet of this methodology is to only load what you need, and to avoid including large wasteful librari...
Damaraland asked 5/7, 2011 at 8:35

1

Solved

I've seen pages that instruct or ask how to fallback from Zepto to jQuery (especially for IE), as here on SO and here on Zepto.js official page. I've also seen examples on how to fallback from Goog...
Fogy asked 30/11, 2012 at 19:1

1

I made a method to show a loading indicator at the bottom of the page when a link is clicked. When someone hits the back button, it doesn't refresh the page content of course thus showing the loa...
Phyletic asked 16/11, 2012 at 20:10

1

Solved

I am either massively tired or really confused... But I'm not sure... I have a parse.com javascript setup (it's exactly like backbone.js just with the parse instead of backbone). And I have a model...
Quintan asked 29/8, 2012 at 13:9

3

Solved

I love the simple jQuery fadeIn() function, especially because it works without having to set any opacity values to the selector! Just setting it to display:none and using fadeIn() always works. H...
Setup asked 2/8, 2012 at 12:34

2

Solved

The Zepto.js website says: Zepto.js is a minimalist JavaScript framework for mobile WebKit browsers, with a jQuery-compatible syntax. Is it only recommended for use with apps that will be used...
Archi asked 20/8, 2011 at 7:52

3

Solved

What's the Zepto equivalent of jQuery.getScript()? I need to dynamically load a JavaScript file with both libraries.
Harmsworth asked 19/12, 2011 at 2:10

1

I've been looking for a Javascript plugin that would provide the same basic functionnality as jQuery UI Sortable. Wich is dragging and dropping items for reordering them. In my case those items are...
Celebrant asked 13/12, 2011 at 22:4

© 2022 - 2024 — McMap. All rights reserved.