
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
jquery-capitalize
Advanced tools
The jQuery Capitalize Plugin provides capitalization for your inputs fields (or any other element) for proper names, places etc.
You have three choices to get the plugin:
Download the latest release
bower install jquery-capitalize
npm install to install the build toolsgulpInclude jQuery and the plugin on a page. Apply the plugin to the elements you want.
<input type="text" id="name" />
<script src="jquery.js"></script>
<script src="jquery.capitalize.min.js"></script>
<script>
$(document).ready(function(){
$('#name').capitalize();
});
</script>
| Before | After |
|---|---|
| JOÃO A.DA SILVA | João A. da Silva |
| ruA DA praça xv | Rua da Praça XV |
| jonnas fonini | Jonnas Fonini |
| LOUIS VAN GAAL | Louis van Gaal |
| áREa de teRra | Área de Terra |
Copyright (c) 2014 Jonnas Fonini. Licensed under the MIT license.
FAQs
Capitalize proper names (persons, places etc)
We found that jquery-capitalize demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.