Blue Ray Plus - Latest Technology News - Stories tagged with HTML
1
Ups

Edit this Fiddle - jsFiddle

published 73 days, 7 hours, 15 minutes ago posted by adminadmin 80 days, 10 hours, 45 minutes ago
Wednesday, March 06, 2013 1:30:31 PM GMT Wednesday, February 27, 2013 9:59:55 AM GMT
HTMLfunction ValidateShippedQuantity() { var shippedQty = jQuery("#txtShippedQuantity").val(); if (isNaN(shippedQty)) { alert('Only Numeric Values Allowed'); return false; } return true; }JavaScriptCSSResult (more)
category: ASP.NET | clicked: 0 | comment | | source: jsfiddle.net
tags: CSS, HTML, Java Script