I have a specific objective that I am working towards.
For more information, please visit this page:
Located at the bottom right corner is a <div>
which contains two buttons on either side. Currently, this <div>
houses a single Google chart.
The aim is to allow users to utilize these buttons to switch between charts representing around eight different cities.
Since I have limited knowledge of javascript and jQuery, I would appreciate any guidance in accomplishing this task! Any suggestions on how to proceed?
Listed below is the code for that particular section:
<div id="footer">
<div class="markerNavLeft" title="Prev" id="prevMarker">‹</div>
<div id="markers">
<div id="chart">
<div id="auckland_chart_div"></div>
</div>
</div>
<div class="markerNavRight" title="Next" id="nextMarker">›</div>
</div>