sebnitu / HorizontalNav

A jQuery plugin that spans a horizontal navigation to fit the full width of it's container.
MIT License
277 stars 43 forks source link

Issues in ie7/8 #11

Closed davidsword closed 11 years ago

davidsword commented 11 years ago

This plugin doesn't work for me in my sites in IE 7/8, it returns an error of 'undefined console'

I have to comment out line 59 - 63 (instances of `console )

// if (o.tableDisplay) { // window.console.log('table display is false'); // } else { // window.console.log('table display is true'); // }

sebnitu commented 11 years ago

Hmm, you may be working with an old version? console.log is not in the current build.

davidsword commented 11 years ago

Yeah they're fresh XP installs..

Excellent plugin btw, saves much headaches!

sebnitu commented 11 years ago

No, I mean old version of the plugin. Try using the most recent version of the plugin and there shouldn't be any calls to console.log.

Glad you find the plugin useful though :)