Learn to trim strings using jQuery…
Function: Trim
<script type="text/javascript">
var v = $.trim(" There are extra spaces before and after this sentence. ");
alert(v);
</script>Related posts:
Learn to trim strings using jQuery…
Function: Trim
<script type="text/javascript">
var v = $.trim(" There are extra spaces before and after this sentence. ");
alert(v);
</script>Related posts: