@heppokofrontend/jquery-accessible-name

0.1.2 • Public • Published

jQuery.fn.a11yName

MIT License Published on NPM Maintainability Test Coverage Known Vulnerabilities jquery-accessible-name

Download

Download is here

Install

If use CDN:

<script src="https://cdn.jsdelivr.net/npm/@heppokofrontend/jquery-accessible-name@0.1.2/dist/jquery.accessibleName.min.js"></script>

If use npm:

npm i @heppokofrontend/jquery-accessible-name

Suppot

  • The aria-labelledby attribute
  • The aria-label attribute
  • The label element
  • The title attribute

Usage

<labal for="name">Your name</label>
<input id="name" />
$(function() {
  const a11yName = $('input').a11yName(); // > Your name
});

Package Sidebar

Install

npm i @heppokofrontend/jquery-accessible-name

Weekly Downloads

1

Version

0.1.2

License

MIT

Unpacked Size

41.5 kB

Total Files

13

Last publish

Collaborators

  • heppokofrontend