Questions tagged [zepto]

Zepto.js is a minimalist JavaScript framework for modern browsers, with a jQuery-compatible syntax.

From the project-site: http://zeptojs.com/

"Zepto is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API. If you use jQuery, you already know how to use Zepto.

While 100% jQuery coverage is not a design goal, the APIs provided match their jQuery counterparts. The ultimate goal is to have a ~5-10k library that downloads and executes fast, with a familiar and versatile API, so you can concentrate on getting stuff done."

Source code: https://github.com/madrobby/zepto

319 questions
0
votes
1 answer

Euro sign in jQuery selector

I'm trying to write a jQuery selector to obtain all DOMElement that has a € sign in it. When looking at the documentation, I would like to write something like: $("*:contains('€')") Unfortunately, I have an Uncaught Error: SyntaxError: DOM…
0
votes
0 answers

A tag getting click instead of touchstart

I am using touchstart event instead of click when available. But whenever I have a link
Jad Joubran
  • 2,511
  • 3
  • 31
  • 57
0
votes
2 answers

Meteor Loading JS Files Based on Conditional Statements

This is my first time actually using Meteor, I am trying to load JS files using the Meteor Framework and I have come to a complication where I want to do the following: