Home › Forums › JavaScript › simple jquery append is not working › Re: simple jquery append is not working
August 23, 2012 at 2:11 pm
#108361
Member
The only thing that comes to mind is that you aren’t starting with a ‘$’.
$('.portfolio-fs-viewport').append('CLICK HERE');
If that doesn’t work then there is a problem somewhere else in your script.