Does onchange event of select tag case sentive? Can't i use ONCHANGE instead of onchange?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Javascript is case-sensitive. You can't use ONCHANGE instead of onchange. Why this is a very prohibitive issue, you may want to explain. |
|||
|
|
|
Case insensitive if you are writing HTML. Case sensitive if you are assigning a function to it through JavaScript. |
|||
|
|
dojoand what you did try are important to understanding the question. You really should include them in your question. – Oded♦ Jan 24 '11 at 16:20