Skip to:
Content
Pages
Categories
Search
Top
Bottom

How does this site get this cool ajax login field?

Viewing 5 replies - 1 through 5 (of 5 total)

  • peterverkooijen
    Participant

    @peterverkooijen

    Probably a jQuery script, perhaps via a plugin, not necessarily. I know there are several WordPress Ajax login plugins.

    I have a similar toggle hide script in my test site, but without the cool jQuery animation effect. They did a very nice job. I should look into that site for “ideas”… ;-)


    Kunal17
    Participant

    @kunal17

    I would love to know this is done too.


    Kunal17
    Participant

    @kunal17

    I would love to know this is done too.


    peterverkooijen
    Participant

    @peterverkooijen

    Here’s one example.

    You probably have to change $ to jQuery for it to work within WordPress, like this:

    //toggle login block horizontally
    jQuery(".login-toggle").click(function(){
    jQuery("#right-ear-inner").slideFadeToggle("slow");
    jQuery(this).toggleClass("login-toggle-close"); return false;
    });

    More examples and info.


    Jeff Sayre
    Participant

    @jeffsayre

    If you inspect the html (view source in your browser), you can see the code that is used.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How does this site get this cool ajax login field?’ is closed to new replies.
Skip to toolbar