Giter Club home page Giter Club logo

jquery-capitalize's Introduction

jQuery Capitalize

The jQuery Capitalize Plugin provides capitalization for your inputs fields (or any other element) for proper names, places etc.

Getting Started

How to get the plugin:

Install it with npm

npm install jquery-capitalize

Install it with Bower

bower install jquery-capitalize

Download the latest release

Download the latest release

Download the latest changes

  1. Fork or clone this repo
  2. Run npm install to install the build tools
  3. Run gulp
  4. The generated file will be at the dist folder

Using the plugin

Include jQuery and the plugin on a page. Apply the plugin on 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>

Output sample

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

Thanks

Thanks to Fausto Gonçalves Cintra for the original PHP code.

License

Copyright (c) 2017 Jonnas Fonini. Licensed under the MIT license.

jquery-capitalize's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

jquery-capitalize's Issues

Ignorar primeira letra

Plugin fantástico, Jonas. Ha casos em que a primeira letra de encaixa na lista de exclusões, mas deveria ser ignorada. Vc poderia implementar esta medida. Eu uso em um sistema de biblioteca e, por exemplo, se quero inserir "Di Caprio, Leonardo", fica "di Caprio...". Em casos assim, seria útil ter a primeira letra maiúscula.
Abraços

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.