px-tag-list
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "px-tag-list", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "It is used to add a label (tag). Dynamic data can be retrieved with Ajax, Javascript data can be used or data-independent user input tags can be added. With the modal feature, ready data can be searched on a larger screen. Autocomplate is used when writing tags. it doesn't add the previously added tag again!", | ||
@@ -5,0 +5,0 @@ "main": "px-tag-list", |
@@ -337,2 +337,3 @@ | ||
function addTag(_dataid, _datatext, _datalist = false) { | ||
if (_datatext == null || _datatext.trim() == "") return; | ||
_datatext = _datatext.trim(); | ||
@@ -346,4 +347,2 @@ | ||
if (_datatext == "") return; | ||
let _controlObj = null; | ||
@@ -350,0 +349,0 @@ $(_id + "ul.tag-list li .tag").each(function () { |
Sorry, the diff of this file is not supported yet
88543
587