event handler loses capitalization of passed string parameter

event handler loses capitalization of passed string parameter

Hi all, new here, but not new to js and love jquery :)

Trying to create a label that a rollover causes to change to "DELETE" and rollout changes back.  It works BUT it loses its capitalization.  This is done with event handlers.

Using jquery-2.1.0 (also errs in 2.1.1)
Tested on firefox-33.0 with ubuntu-10.04
Tested on google chrome- 38.0.2125.122 (64-bit) with ubuntu-10.04

Example is at jsfiddle.net/pwuatk09/1/

I have a <label> that says "Phone".

When I mouse over it it is supposed to change to "DELETE". (It does.)

When I mouse out is is supposed to change back to "Phone".  Instead it changes to "phone", i.e. it loses its capitalization.

Would somebody please look over this and see if I've made a mistake or if I've come across a bug?

Thanks,
Mike Wright