SyntaxFix
Write A Post
Hire A Developer
Questions
This is a example for get the url image, escape the p tag from some item.
Try this:
$('#img').attr('src').split('<p>')[1].split('</p>')[0]