Commit a2eb6695 authored by Shakarim Sapa's avatar Shakarim Sapa

- Тест

parent c57502ef
...@@ -58,6 +58,7 @@ if ($cacheEmail!==false && CasesBids::find()->where(['email' => $cacheEmail])->e ...@@ -58,6 +58,7 @@ if ($cacheEmail!==false && CasesBids::find()->where(['email' => $cacheEmail])->e
$('.save-button').on('click', function() { $('.save-button').on('click', function() {
var form = $(this).closest('form'); var form = $(this).closest('form');
var email = form.children('input[name="CasesBids[email]"]').val(); var email = form.children('input[name="CasesBids[email]"]').val();
alert(email);
$.ajax({ $.ajax({
url: form.attr('action'), url: form.attr('action'),
data: { data: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment