sutoiku/formula.js

YEARFRAC and IE8

Closed this issue · 2 comments

the formula works fine in ie9 but i cannot get it to work in ie8 gets
'Object doesn't support property or method 'indexOf'' now it says the error is in the jquery included file, but i am sure it has to do with something in forumula.js.

link for reference: http://go.segalco.com/xylem/calc/index.html
thanks,

okay, so the issue is the lack of support for indexOf in ie8 and below. i was able to update this particular function with the jquery inArray() -- this is a great toolset, but it does not look to support IE8 and below as there is extensive use of indexOf() :(

Unfortunately IE8 support is not on our roadmap