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.
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
No comments:
Post a Comment