Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript simple jquery append is not working Re: simple jquery append is not working

#108361
TheDoc
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.