0.2.0 • Published 12 years ago
jquery-all-attributes v0.2.0
jQuery All Attributes
jQuery plugin to override proper $.fn.attr method to return all attributes if no arguments provided.
Getting Started
<script src="jquery.js"></script>
<script src="dist/allAttributes.min.js"></script>Examples
<a id="test"
href="#foo"
data-foo-bar="1"
data-foo-bar-baz="qux"
data-foo-bar-baz2="true">Yay</a>$("a#test").attr();
// { href: "#foo", data: { foo: bar: { _: 1, baz: "qux", baz2: true } } }Testing
$ npm install
$ npm testAuthor
- Atsushi Nagase (http://ngs.io/)
