0

I'm using jQuery Sparklines (http://omnipotent.net/jquery.sparkline) to draw charts, it's working very well on FF&Chrome but when testing it on IE9 it's not working, and gives an error in sparkline lib the error is:

SCRIPT5007: Object expected jquery.sparkline.min.js, line 4 character 3378

is it a problem with IE9 support to jQuery? and what i can do to solve this?

Maen
  • 56
  • 3
  • try replacing your non minified version with minified one if you are not using minified version – Devjosh Jun 07 '12 at 08:45
  • i was using the minified version, and i tried the non minified one and i have the same error – Maen Jun 07 '12 at 09:49
  • which version are you using of sparkles if it is the latest version 2.0 then it requires jquery version 1.4.3 and above please check your jquery version – Devjosh Jun 07 '12 at 10:05
  • the versions are: sparklines 2.0, jquery 1.7.2, and still getting same error – Maen Jun 07 '12 at 10:27
  • i have not used this plugin but was just trying to help by my experience with jquery and all please also check that you are not adding reference to ant of the external 'JS' twice in your page – Devjosh Jun 07 '12 at 10:31

1 Answers1

0

I used jquery.sparkline 2.1.2 - http://omnipotent.net/jquery.sparkline/ Then this got fixed.