Recently, I am working on a project to make an interactive directory map for a shopping center without using flash memory, because they need to access it from mobile devices.
but I have a problem with jquery, I use custom java commands with jquery map highlighting. which I use to target my maps.
The method is called when someone clicks either on the map or in the list below, it displays the map, and it displays information on the right side.
My problem is that when someone clicks on another store from the list or from the map, he will not clear the previous selected block, and the previous one will save the selection, no matter how many times you click.
I need to clarify my code so that someone clicks the second link, it will automatically clear the previous one.
can anyone see my demo file under the link below
http://www.pad10.com/testsities/directorymap/
I will be grateful if anyone help me with this
source
share