Chris O'Reilly

Results 1 issues of Chris O'Reilly

If we have an element ``, the value of `$('input').attr('required')` is `'required'` from jQuery but `''` from Zepto. This behavior is actually tested in [test/zepto.html#L2657](https://github.com/madrobby/zepto/blob/master/test/zepto.html#L2657). [jQuery - codepen.io](https://codepen.io/anon/pen/Nvpxwy?editors=1111) [Zepto -...