Sindbad~EG File Manager
/*
* Function that adds placeholders to Login Forms and Widget fields
*
* @since v.2.1
*
*/
jQuery( document ).ready( function() {
jQuery(".login-username input, .login-password input").each( function ( index, elem ) {
var element_id = jQuery( elem ).attr( 'id' );
if( element_id && ( label = jQuery( elem ).parents( '#wppb-login-wrap' ).find( 'label[for=' + element_id + ']' ) ).length === 1 ) {
jQuery( elem ).attr( 'placeholder', jQuery( label ).text() );
}
});
});
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists