Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGL committed Dec 8, 2019
1 parent bd36ac6 commit 1c0a043
Show file tree
Hide file tree
Showing 11 changed files with 774 additions and 598 deletions.
34 changes: 0 additions & 34 deletions SimPay_jshandler.php

This file was deleted.

93 changes: 0 additions & 93 deletions Simpay.php

This file was deleted.

Binary file added assets/img/sim.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/js/simpay.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
jQuery("#usluga2").change(function () {
const selected = jQuery(this).find(':selected').val();

jQuery('.selectsms').hide();
jQuery('#prices_' + selected).show();

console.log('test');

});
Loading

0 comments on commit 1c0a043

Please sign in to comment.