When using IE9, a JavaScript OOP Function call does not seem to work for me.
Here is my code snippet:
var newobj = new SAObject();
<input onclick="newobj.function()" />
Upon clicking the button, nothing happens. No alert is displayed, and it seems to be functioning properly in Firefox.
Has anyone else faced this issue before and can offer some assistance?
EDIT:
The onchange event on a select box is also not working as expected.
$("#SelectBox").change(function() { ...
<select id="SelectBox">...