To solve this problem add the following piece of JavaScript code to your page, add this between <script> elements and do not put it in a function: if (typeof Array.indexOf != 'function') { |
|
Web Development > JavaScript >
The browser i use doesn't support the Array.indexOf function how to solve this?
|