Last change
on this file since 6fe77af was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
274 bytes
|
Rev | Line | |
---|
[6a3a178] | 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.