Tag: jquery

  • 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…

  • Add a datepicker to the registration form

    Here is an example of how to implement a jQuery datepicker script for the registration form. Note that as of WP-Members 3.1.8, a date field type is available.  However, this is an HTML5 field type and is not fully integrated into all browsers (most notably, it is a “development” option in FireFox). This example is…