IB Diploma Psychology SL Paper 2
Chapter 5 – Abnormal Psychology
QP / WS 2

.ihc-locker-wrap{}

This content is for Premium Subscribers only
Not a Premium Subscriber?


Already a Member? Login Now!

jQuery(document).ready( function(){ jQuery('#iump_login_username').on('blur', function(){ ihc_check_login_field('log', 'Please complete all required fields!'); }); jQuery('#iump_login_password').on('blur', function(){ ihc_check_login_field('pwd', 'Please complete all required fields!'); }); jQuery('#ihc_login_form').on('submit', function(e){ e.preventDefault(); var u = jQuery('#ihc_login_form [name=log]').val(); var p = jQuery('#ihc_login_form [name=pwd]').val(); if (u!='' && p!=''){ jQuery('#ihc_login_form').unbind('submit').submit(); } else { ihc_check_login_field('log', 'Please complete all required fields!'); ihc_check_login_field('pwd', 'Please complete all required fields!'); return FALSE; } }); } );