Michael just asked me to add an Html ID attribute to help him with the UnitTesting of teamMentor:
So I changed the function forgotPasswordResponse method from:
to (note the new jQuery method):
and now the Div that holds that text has an ID that Michael can use
we can also confirm that the Div is there by using $(”#emailSentMessage”) on the Chrome’s console:
and we can change it’s value using $("#emailSentMessage").html("A new message")