Tag: ajax
-
Create a login modal
This tutorial will describe the process of creating a login form modal for WP-Members. The process uses jQuery to display the form overlay and AJAX for logging the user in. jQuery is also used to handle changing the menu link to display as a login/logout link. (What’s a Modal? Essentially, this is a “popup” that…