How to highlight one sentence of paragraph
Mike E.
5 posts
|
I need some help with the HighlightEffect function to highlight one entire sentence of a paragraph. The onclick action needs to come from outside the paragraph. In the example below, the third sentence will be highlighted in red after clicking on the “Click here to check your answer,” sentence that follows the paragraph. For example: November and December are wonderful months for gardening in the south. While residents of northern states are more concerned with preparations for winter, gardeners in southern states can enjoy natural circumstances that enhance their efforts. Football enthusiasts in November and December can enjoy the sport throughout the country. Temperatures in the south are warm enough to grow abundant amounts of flowers and vegetables. Plants and gardeners are relatively free from the pesky bug populations that present problems during the summer. If you enjoy gardening, you’ll find November and December good months in the south. Click here to check your answer. Any ideas on how to do this? I’m new to script.aculo.us if it’s not obvious. Just need a little help. Thanks, |
Christophe P...
28 posts
|
I think you would just need to wrap the relevant part inside a For instance, say your paragraphs are always the last pars before the one containing your “check…” link, and you wrapped the relevant sentence inside a
You could even bind this just once at the document level if you took care to identify your links with a class, say,
And if you want it to be accessible, you should make your links point to the proper URL (probably the current one with a parameter to highlight the answer directly in the markup, as you wouldn’t have JS available then). ‘HTH |
Mike E.
5 posts
|
Thank you so much for your response. Here’s what I have so far.
A few questions: Please forgive my lack of knowledge. I’m very new to javascript. Thanks again, |
Christophe P...
28 posts
|
Hey, 1. If your “Click here” link is before the par, use
(that would be light green background, and remain persistent). ‘HTH |
4 posts, 2 voices
