Right now my output is coming like that
<p>text text text Continue reading →</p>
<p>text1 tex1t text1 Continue reading →</p>
<p>text2 text2 text2 Continue reading →</p>
But i need like that
<p>text text text <br/> Continue reading →</p>
<p>text1 tex1t text1 <br/> Continue reading →</p>
<p>text2 text2 text2 <br/> Continue reading →</p>
I am not getting how to do it in jquery
You can use find and replace method like this:
http://jsfiddle.net/pswcb/