when i click the symbol, i want to change the positon (z-index) dynamic. what can i do?
put this in the click code on that symbol
sym.$("symbol_name").css("zIndex", number);
for example:
// insert code for mouse click here
sym.$("rectangle_1").css("zIndex", 11);
Retrieving data ...