Home › Forums › WoodMart support forum › jQuery not working › Reply To: jQuery not working
September 21, 2021 at 1:27 pm
#320075
Artem Temos
Keymaster
Hello,
You need to use jQuery
notation instead of simple $
. For example:
jQuery( document ).height();
Kind Regards