fiX - редактирование веса вне диалога

Issue #56 resolved
Alex M Pro created an issue

СКРЫТЬ редактирование веса в таблице МАРШАЛА! Отменить! Исправить!

Comments (2)

  1. Alex M Pro reporter

    ////////////////////////////////////////////////////////////// //// edit weight in MARSHAl table (wo PopUP) (OFF) ////////////////////////////////////////////////////////////// / $(".edWinTBL").editable({ mode: 'inline', success: function(response, newValue, params) {§ let id0f0bj = $(this).attr('id'); let exNOWname = id0f0bj.slice(0,5); let att_ID = id0f0bj.slice(10); console.log(newValue + '_' + '' + id0f0bj + ' ID: ' + att_ID + ' ex: ' +exNOWname); $.get("../core/model-db.php", { "changeW":newValue,"attID": att_ID, "ex":exNOWname}, function(data) { console.log("response: " + data); });
    } }); */ ////////////////////////////////////////////////////////////// //// edit weight in MARSHAl table (wo PopUP) (OFF) //////////////////////////////////////////////////////////////

  2. Log in to comment