PATH:
home
/
letacommog
/
winwithd
/
wp-content
/
plugins
/
profile-builder-pro
/
assets
/
js
function wppb_display_page_select( value ){ if ( value == 'yes' ){ jQuery ( '#wppb-settings-activation-page' ).show(); jQuery ( '.dynamic1' ).show(); }else{ jQuery ( '#wppb-settings-activation-page' ).hide(); jQuery ( '.dynamic1' ).hide(); } } function wppb_display_page_select_aa( value ){ if ( value == 'yes' ) jQuery ( '.dynamic2' ).show(); else jQuery ( '.dynamic2' ).hide(); } jQuery(function() { if ( ( jQuery( '#wppb_settings_email_confirmation' ).val() == 'yes' ) || ( jQuery( '#wppb_general_settings_hidden' ).val() == 'multisite' ) ){ jQuery ( '#wppb-settings-activation-page' ).show(); jQuery ( '.dynamic1' ).show(); }else{ jQuery ( '#wppb-settings-activation-page' ).hide(); jQuery ( '.dynamic1' ).hide(); } if ( jQuery( '#adminApprovalSelect' ).val() == 'yes' ) jQuery ( '.dynamic2' ).show(); else jQuery ( '.dynamic2' ).hide(); });
[+]
..
[-] jquery-epf-rf.js
[edit]
[-] jquery-edit-profile.js
[edit]
[-] jquery-pb-add-ons.js
[edit]
[-] jquery-email-confirmation.js
[edit]
[-] jquery-manage-fields-live-change.js
[edit]
[-] jquery-pb-sitewide.js
[edit]