jquery-all-attributes

0.2.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i jquery-all-attributes

Weekly Downloads

1

Version

0.2.0

License

none

Last publish

Collaborators

  • ngs