Implemented new Userfield type "Select list" (closes #325)

This commit is contained in:
Bernd Bestel
2019-09-17 19:11:06 +02:00
parent bbd5ce1dc4
commit 0c27157db6
11 changed files with 44 additions and 13 deletions

View File

@@ -112,3 +112,8 @@ FindAllObjectsInArrayByPropertyValue = function(array, propertyName, propertyVal
return returnArray;
}
$.fn.hasAttr = function(name)
{
return this.attr(name) !== undefined;
};