سؤال

Cant figure out why IE is showing this error message on the line below:

this.innerHTML.replace('#','').trim()

I used getElementsByClassName and looped through all tags and attempting to remove the hashtag from the innerHTML of the link.

Works great in all browsers other than IE.

Any help appreciated.

لا يوجد حل صحيح

نصائح أخرى

Is using jQuery an option? As this will perform some checks and use fallbacks when Javascript's .innerHTML() fails.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top