|
-
Remove text using JS
Consider I ahve the following text:
<h4>The quick brown fox jumps over the lazy dog and feels as if he were in the seventh heaven. Why does it jump quick over a dog?</h4>
Now is it possible to use Javascript to scan this peice of text and remove certain words?
If I want to remove "and feels" as well as "quick"
I should end up with this:
<h4>The brown fox jumps over the lazy dog as if he were in the seventh heaven. Why does it jump over a dog?</h4>
Is this possible? If so can someone provide a working example.
Many thanks
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks