my weblog (http://blog.datisdesign.com) is working properly in Firefox and IE9, but in IE8,7 the slider plugin on top of weblog, is not working properly and shows me this error :
SCRIPT438: Object doesn't support property or method 'slice'
jquery.js?ver=1.4.4, line 149 character 392
What can I do ?
Because script 438 (whatever that is) tries to use Array:slice, which isn’t implemented in versions of IE prior to 9.
Try adding this before your slider js file.
It should fix it, no promises though.
If it’s still not working, it must be String:slice. Try..