How get first sentence from html with image assuming image will be between p tags.
http://jsfiddle.net/TvyS8/
I need image and first sentence.
I’m thinking about regular expression for image and indexOf for finding symbols of sentence ending.
Need more opinions, or example how to do it better
I’m getting information via JSON from Tumblr.
http://jsfiddle.net/HW3rT/
.
EDIT:UPDATED FIDDLE
http://jsfiddle.net/2gPXb/
FIDDLE UPDATED
http://jsfiddle.net/XAtcS/
Updated Fiddle
http://jsfiddle.net/XAtcS/1/
Ii will take first p text which does not contain img tag