Mavengers
Developer's Blog
Thursday, April 3, 2014
Replace all commas in a string with JQuery/Javascript
var income = $("#txtincome").val();
if (income == "") {
}
else {
income = income.replace(",", "")
alert(income);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment