Numeric updown control using jquery

This tutorial teach you how to make Numeric updown control using jquery. This control is very usefull when we working with forms. so learn and use it into your website.

Numeric updown control using jquery

CSS CODE

#numericcontrol a
{
 cursor:pointer;
 background:#1dac2e;
 height:25px;
 display:inline-block;
 margin:0px;
 padding:0px 10px;
 float:left;
 line-height:25px;
 font-size:16px;
 color:#fff;
 text-decoration:none;
}
#numericcontrol input[type="text"]
{
 border:solid 1px #1dac2e;
 height:21px;
 float:left;
 width:50px;
 padding:1px 5px;
}

JQUERY CODE



HTML CODE

-+
Download File Used in this example View Live Demo
Total Downloads:

No comments:

Post a Comment