• jdev

    (@jdev)


    I would like to use anchor tags and automatically open the awsm drawers on load. How can I do this? Below is my code, please help.

    if(hash == ‘hr-consultants’){
    jQuery(‘#awsm-member-4158-4160’).addClass( ‘awsm-expanded’ );
    jQuery(‘.awsm-grid-show’).css(‘display’,’block’);
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Sarath AR

    (@sarathar)

    Hi jdev,

    Please try this one.

    if(hash == ‘hr-consultants’){
    jQuery(‘#awsm-member-4158-4160’).trigger(‘click’);
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘How can I popup the drawer using jQuery’ is closed to new replies.