I’m unable to clear the text box when I hit the button with value C.
In Opera when I press the number buttons it properly inputs them into the text box but for some reason the C button never works! Here is the jsfiddle.
Thanks.
Edit: I haven’t implemented all the functionality yet! Only the number buttons work.
Rename your function to something else and it will work.
Fiddle
Now whyclearwas giving a conflict is beyond me,console.loging it returnsundefinedand it’s not a keyword AFAIK.edit: Check Zeta’s comment, thanks for the info!
clearis a deprecated function. ReferenceAvoid such generic names in the future to skip some headaches.
=]