source:
trip-planner/src/main/resources/static/getrequest.js@
b738035
Last change on this file since b738035 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 274 bytes |
Line | |
---|---|
1 | |
2 | $('document').ready(function (){ |
3 | $('.table .selectedLocation .btn').on('click', function (event) { |
4 | event.preventDefault(); |
5 | $('.bg-modal').show(); |
6 | |
7 | }); |
8 | }); |
9 | |
10 | $(function(){ |
11 | $(".close").click(function(){ |
12 | $(".bg-modal").hide(); |
13 | }); |
14 | }); |
15 | |
16 |
Note:
See TracBrowser
for help on using the repository browser.