how to make dots after 10 lenght of string in javascript

  // if(string.length > 10)

// {
// string = string.substring(0,10)+' ...';
// }

No comments:

Post a Comment

How to host application on server new way

 copy the htacess from public to root copy the server.php from public to root but rename to index.php htacess <IfModule mod_rewrite.c>...