Home Forums WoodMart support forum jQuery not executing on cusotm JS page

jQuery not executing on cusotm JS page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #108881

    marver
    Participant

    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');
        });  
    #108891

    Artem Temos
    Keymaster

    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

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)