already have anythingslider(AS) set up.
trying to add jquery tools(JQT) library to header in order to get a tooltip.
when I call JQT after AS, the tooltip works, but AS breaks :
when I call AS after JQT, AS works, but the tooltip breaks:
AS & JQT are being applied to separate divs
Could just be that you are loading the scripts in the wrong order.
Try loading in the libraries first and then the slider js.
No promises.
Actually, i've discovered that the conflict does not involve AS, but is rather due to the conflict between JQUI and JQTools b/c both use $tabs.
I need both libraries... what's the best idea for clearing the conflict?
ended up downloading just the tooltip part of the tools library
fixed!
already have anythingslider(AS) set up.
trying to add jquery tools(JQT) library to header in order to get a tooltip.
when I call JQT after AS, the tooltip works, but AS breaks :
when I call AS after JQT, AS works, but the tooltip breaks:
AS & JQT are being applied to separate divs
Could just be that you are loading the scripts in the wrong order.
Try loading in the libraries first and then the slider js.
No promises.
Actually, i've discovered that the conflict does not involve AS, but is rather due to the conflict between JQUI and JQTools b/c both use $tabs.
I need both libraries... what's the best idea for clearing the conflict?
ended up downloading just the tooltip part of the tools library
fixed!