function addP(){ $('.content').append("

12313212

") } function removeP(){ $('.content p').eq(1).remove() }