MOON
Server: Apache
System: Linux u18017238.onlinehome-server.com 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64
User: emblazeone (1003)
PHP: 7.3.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/emblazeone/public_html/amaroseantiaging/slice/js/script.js
$(document).ready(function(){
    $("body").on("click","a", function (event) {
        event.preventDefault();
        var id  = $(this).attr('href'),
            top = $(id).offset().top;
        $('body,html').animate({scrollTop: top}, 1500);
    });
});
$(document).ready(function(e) {
    $(function(){
        $('input:radio').change(function(){
            $('input:radio').each(function(){
                if($(this).prop('checked')) $(this).parents(".block_product").addClass("activecheckbox");
                else $(this).parents(".block_product").removeClass("activecheckbox");
            })
        }).change();
    })
});