source: trip-planner/src/main/resources/static/getrequest.js@ 84d0fbb

Last change on this file since 84d0fbb was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
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.