Sign in to follow this  
AbsentCurtis

Syntax Error in Set Element Links when using JavaScript

Recommended Posts

Hello,

 

 

 

I am using the jQuery plugin to render my charts. When I try to use JavaScript and pass a variable in the set element, I get a Syntax Error reported in Firebug. The link looks similar to this:

 

 

 

doSomething('foo')

 

 

 

The error that firebug is reporting looks like this:

 

 

 

Syntax Error

 

doSomething('foo' )

 

 

 

The same code works fine when I render the chart the "old fashioned" way. I can definitely do that, but would like to continue to use the jQuery plugin for rendering as it is cleaner and appears to perform a little better.

 

 

 

take care,

 

Curtis

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Curtis,

Could you please specify us the issue a bit elaborately?

Also, could you please send us the sample code that you are using ?

Awaiting your reply.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this