Your Open Source
Free YourOpenSource Softwares Online Resources and Softwares Downloads with Demo
Related Links
JavaScript
IsNumeric and IsNan function in JS
IsNumeric function used to check the numeric or not.
isNaN function used to check the value is a number or not. If the values is numeric its return true else returned false.
Syntax :
bool IsNumeric(string)
Code :
function IsNumeric(val) {
if (isNaN(parseFloat(val))) {
return false;
}
return true
}
43181
Aug 28 08 03:26:52
Sekar
Rating : 









|
|||||||
Digg
Yahoo
delicious