Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How does this site get this cool ajax login field?


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.

Skip to toolbar