ASP.Net
Wednesday, October 12, 2011
Java Script Trim Function
Its very useful for Trim Function in java script in client and server site.
function trim(s) {
return s.replace(/^\s+|\s+$/, '');
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment