Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I need a JQuery IP Mask plugin

Is there a good IP Mask plugin for JQuery? I've tried Masked Input Plugin but it doesn't IP Addresses with less than 12 digits. Then I've tried meioMask and this doesn't work with less than 12 digits either. Any suggestions?

like image 752
HyderA Avatar asked Jul 06 '10 04:07

HyderA


People also ask

What is Inputmask in jQuery?

Inputmask is a javascript library which creates an input mask. Inputmask can run against vanilla javascript, jQuery and jqlite. An inputmask helps the user with the input by ensuring a predefined format. This can be useful for dates, numerics, phone numbers, ...

What is masking in JavaScript?

The JavaScript Input Mask or masked textbox is a control that provides an easy and reliable way to collect user input based on a standard mask. It allows you to capture phone numbers, date values, credit card numbers, and other standard format values.


1 Answers

You can find your answer in this post :

http://mlntn.com/2009/12/30/jquery-ip-address-plugin/

and a demo for you to try

http://mlntn.com/demos/jquery-ipaddress/

like image 142
Philippe Avatar answered Oct 02 '22 05:10

Philippe