Changeset cc52b09 for src/main/resources/static/js
- Timestamp:
- 02/02/23 23:05:16 (22 months ago)
- Branches:
- master
- Children:
- a436340
- Parents:
- 9280859
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/static/js/homepage.js
r9280859 rcc52b09 155 155 ], 156 156 }); 157 $("#search").click(function () { 158 alert("qweqew"); 157 159 160 $.ajax({ 161 url: "http://localhost:8080/events" 162 }).then(function(data) { 163 console.log(data); 164 }); 165 }); 158 166 159 167 }); 168 169 function search() { 170 171 }
Note:
See TracChangeset
for help on using the changeset viewer.