Socket
Socket
Sign inDemoInstall

entitled

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

entitled

A package that adds a button to each input and textarea element on the page for capitalizing titles


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

entitled

A package that adds a button to each input and textarea element on the page for capitalizing titles

How to Use

In your HTML, simply add the capitalize attribute to each input or textarea that might contain titles.

Example:

<input type="text" name="title" capitalize>

In your JS, you can now require entitled using RequireJS or something similar. Now simply call capitalize() and all valid input fields will be appended with a button that says: Aa, which titlecases input.

Example:

var entitled = require("entitled");
entitled.capitalize();

Keywords

FAQs

Package last updated on 13 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc