hello ... I need to move a rectangle, called "city" .. using the X and Y coordinates to a new position ..
sym.$("city").show();
//positions
sym.$("city").show().html("x:110 y:230"); ??????
sym.$("name-city").html("Paris");
sym.$("city").show();
//new positions
sym.$("city").show().html("x:320 y:470"); ??????
sym.$("name-city").html("Roma");