abcd
Monday, June 10, 2013
replacing space in special characters when ajax Loading
function replaceSpace(obj)
{
obj.value=obj.value.replace(/^\s*|\s(?=\s)|\s*$/g, "");
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment