• hi
    i am looking for a plugin or code in order to hide/unhide a slide window when i click on a certain button.
    in other term, i have a text with a link at the end of the text. when the user click on this link i want to slide a small window (from the right or the left of the screen) and show it to him.
    what type of plugin i need?
    thx

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi ??

    Here is some example code: Example slide in from left. Not sure it’s exactly what you are looking for, but it might help.

    Thread Starter wissam6

    (@wissam6)

    thank you, i will check it

    Thread Starter wissam6

    (@wissam6)

    exactly what i want but i am facing a problem with this script, hope you can help me:

    note that i didn’t change anything from the example.
    i am seeing the div on the left, but when i click on the link he is not firing the “trigger”. i checked up the script he is firing the js but he is not firing the $(‘#trigger’).on(‘click’,function(e){
    e.preventDefault();
    $(‘#slider’).css(‘left’, ‘100px’);
    });

    Hi ??

    Do you have a link I can look at? It might be easier to debug if I can see your code. Feel free to DM me on Twitter if you don’t want to share here.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘slide window’ is closed to new replies.