Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2014-07-07 | 607 Bytes | |
Zepto.js 1.1.4.tar.gz | 2014-07-07 | 95.5 kB | |
Zepto.js 1.1.4.zip | 2014-07-07 | 120.3 kB | |
Totals: 3 Items | 216.4 kB | 0 |
- Detect IE 11, Windows Phone, Safari on OS X
.find()
with falsy values now returns an empty array- Fix how
.attr('value')
and.val()
interact on<input>
(#939) - Have
.text()
accept a function argument - Make
.text(undefined)
assign an empty string - Do not eval
<script>
tags if parent element is not in the DOM - Second argument to
.attr/prop/data()
is always a setter, even ifundefined
$.proxy()
now accepts additional arguments$.ajax()
uses HTTP cache-busting parameter fordataType: jsonp/script
by default- Fix
$.contains
and related features on Firefox 4 – 8.0