px-tag-list
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "px-tag-list", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"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", |
@@ -172,3 +172,3 @@ | ||
closeDataList(); | ||
closeDataList(false); | ||
}, 500); | ||
@@ -333,4 +333,8 @@ }) | ||
function closeDataList() { | ||
function closeDataList(_inputfocus = true) { | ||
$(_id + "ul.data-list").html("").css("display", "none"); | ||
if (_inputfocus) { | ||
$(_id + "ul.tag-list li input").focus(); | ||
} | ||
} | ||
@@ -337,0 +341,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
88673
590