Ignore:
Timestamp:
May 11, 2011, 12:17:18 PM (14 years ago)
Author:
dennisw
Message:

Progress on showing nodes around mouse when hovering over map.
Right now, it returns some placeholder json object on click.

Next steps: replace placeholder with real data, print readable lines instead of [object Object], and get mouse boundaries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/website/templates/home.html

    r9175 r9177  
    1717        <h1>Info</h1><br />
    1818        Info
    19         <div id="nodelist"><h2>Let AJAX change this text</h2></div>
    20         <button type="button" onclick="loadXMLDoc()">Change Content</button>
     19        <div id="nodelist"></div>
    2120      </div>
    2221      <div id="footer"> <a href="http://www.wirelessleiden.nl/">wirelessleiden.nl</a> </div>
Note: See TracChangeset for help on using the changeset viewer.