Hello,
I want to stylize only certain word from my dynamic div
say,
<div id="info">{$info}</div> prints
<p>here you can get info about somnething. if you want more info about something then click here....</p>
I only want stylize the word 'info'
How can I achieve this using jQuery?
Thanks.