Changeset 9244 for src/django_gheat/website/static
- Timestamp:
- Jun 9, 2011, 12:40:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/website/static/heatmap_extensions.js
r9243 r9244 5 5 content = 'Wireless Leiden nodes on mouseposition:<br /><b>'; 6 6 $.each(json, function(i,json){ 7 content += json.fields.ssid ;7 content += json.fields.ssid + '<br />'; 8 8 }); 9 content += '</b r>';9 content += '</b>'; 10 10 $("#node_list").html(content); 11 11 } … … 17 17 18 18 // Fastest?: http://stackoverflow.com/questions/170986/what-is-the-best-way-to-add-options-to-a-select-from-an-array-with-jquery 19 $.getJSON("/website/f oofilter/",19 $.getJSON("/website/filters/", 20 20 function(json) { 21 21 $.each(json, function(i,json){
Note:
See TracChangeset
for help on using the changeset viewer.