KW Online Tools Zone
Knowledge Walls
View All Tools Home
EXAMPLE-WORDS-LIMIT
[Jquery editor]
Run
Share Link
Clear
HTML [Ctrl+Enter] - to run
CSS [Ctrl+Enter] - to run
Jquery [Ctrl+Enter] - to run
$(document).ready(function(){ var countWords = "This is paragraph to limit the number of words present. First have to count the word then can limit the words."; var n=0; for(i=0;i<9;i++) { n = countWords.indexOf(" ",n); n++; } alert(countWords.substring(0,n)); });
OUTPUT
Copyright © 2021 Knowledge walls, All rights reserved
Copyright © 2021 Knowledge walls, All rights reserved