Home › Forums › WoodMart support forum › jQuery not executing on cusotm JS page jQuery not executing on cusotm JS page This topic has 1 reply, 2 voices, and was last updated 5 years, 9 months ago by Artem Temos. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 21, 2019 at 11:47 am #108881 marverParticipant Hello, I want to use this script; <script> $(document).ready(function() { $('.lees-meer').click(function(){ $('#more-content').slideToggle('hide'); }); }); </script> on this page: https://www.uby.nl/shop/vloerprints/ I added also tried adding this code in the Custom JS page. function() { $('.lees-meer').click(function(){ $('#more-content').slideToggle('hide'); }); February 21, 2019 at 11:57 am #108891 Artem TemosKeymaster Hi, It seems that this code is incorrect if it doesn’t work. Sorry, but we don’t provide support regarding additional JS customizations. Kind Regards Author Posts Tagged: jquery Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register