I have implemented this code on my site:
$('.feed-item').append('<p> This is paragraph element. </p>');
on this page here: Test
however the code isn't working, it is definitely there as I can see it in the page source however nothing is happening. Could someone tell me what I'm doing wrong
This is paragraph element.
');` should be in one line - in your page the script is like http://jsfiddle.net/arunpjohny/reLLnowh/2/ – Arun P Johny Oct 20 '15 at 11:24