I have a major dependency on jquery 1.8+, when will it be supported?
Currently the chart's tooltips are not functioning and sizzler parser error is thrown after upgrading.
Thank you
Christoffel
Also 1.9 is not supported, I see that $.browser was deprecated in version 1.3 and remove from 1.9 on.
I see you guys are using $.browser inside the infragistics.util.js but also reference modernizr, can modernizr not be used to do the browser detection?
If you are getting a Sizzle error with recent versions of jQuery, make sure your tooltipTemplate option can be interpreted either as a selector for a script block that has your template or is unambiguously an inline html fragment. If you are trying to provide some inline html try wrapping it in a span:
tooltipTemplate: '<span>test</span>'
if there is nothing in the template that is recognizable as html, we assume it is a selector to get the template text from elsewhere. More recent versions of Sizzle will throw an error if the selector is invalid, though.
Hello Christoffel,
Thank you for posting in our community!
The Infragistics controllers could be implemented for all standard browsers even if the modernizr is not referred.
More information on required external resources for Ignite UI toolset could be found at the following link: http://help.infragistics.com/Help/NetAdvantage/jQuery/2013.1/CLR4.0/html/Deployment_Guide_JavaScript_Resources.html