jquery-all-attributes

v0.1.0
jQuery plugin to override proper $.fn.attr method to return all attributes if no arguments provided.
Attributes jQuery

jQuery All Attributes

jQuery plugin to override proper $.fn.attr method to return all attributes if no arguments provided.

Build Status

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 test

Author

License

MIT License

Metadata

  • Unknown
  • Whatever
  • Atsushi Nagase
  • released 8/30/2013

Downloads

Maintainers