Hi,
If you see attached, for some reason my fadeOut command for the rest of the countries when each button is clicked fails to fadeOut the rest of the countries and only USA and UK seem to work?
This is my code for each button:
sym.$("UKcountrybutton").fadeOut();
sym.$("UKcountrybutton").fadeIn();
sym.getSymbol("Countries").$("UK").fadeToggle();
sym.getSymbol("Countries").$("USA","AUS","Hongkong","Switzerland","Ireland","India","Japan ","Netherlands","Spain").fadeOut();
sym.getSymbol("Piecharts").$("UK").slideToggle();
sym.getSymbol("Piecharts").$("USA","AUS","Hongkong","Switzerland","Ireland","India","Japan ","Netherlands","Spain").fadeOut();
sym.getSymbol("Textwindows").$("UK").slideToggle();
sym.getSymbol("Textwindows").$("USA","AUS","Hongkong","Switzerland","Ireland","India","Jap an","Netherlands","Spain").fadeOut();
sym.$("SB").fadeToggle();
See attached:
any ideas, it's driving me mad!