• Hi,
    I use javascript dynamic field creation in registration form and have littl trouble.

    //Registration overlay
    $(‘.lwa-modal’).each( function(i,e){
    var modal = $(e);
    modal.parents(‘.lwa’).data(‘modal’, modal);
    $(‘body’).append($(‘<div class=”lwa”></div>’).append(modal));
    });

    JQuery function .append(modal) – run javascript in modal, can you change it to JQuery function .text(modal)?

    Thans.

    http://wordpress.org/extend/plugins/login-with-ajax/

The topic ‘Can you modify code’ is closed to new replies.