Änderungen zur Implementierung einer automatsicnen Autovervollständigungs "KI"

This commit is contained in:
ja
2021-11-09 15:58:21 +01:00
parent 58f4a16781
commit 8971416b81
4 changed files with 8 additions and 9 deletions

View File

@@ -222,7 +222,7 @@
$("#txt_LKW").autocomplete({
source: function(request, response) {
$.ajax({
url: "WebService.asmx/Show",
url: "WebService.asmx/ShowLKWs",
data: "{ 'sLookUP': '" + request.term + "' }",
dataType: "json",
type: "POST",