if ($(this).attr('id') !== 'aa' || $(this).attr('id') !== 'bb' || $(this).attr('id') !== 'cc') {
if ($(this).attr('id') !== 'aa') {
if ($(this).attr('id') !== 'bb') {
if ($(this).attr('id') !== 'cc') {
var keys = {"ok+scG8b08NfomCW4Q160JhpoTB8zY+ipTh+SAwLFJcVesYdiup36wRRin6f+2wYmdoWJKA/CRU1vox":684};
$('.keys ').select2({
tags: true,
tokenSeparators: [','],
createTag: function (params) {
var term = $.trim(params.term);
if (term === '') {
alert(1)
return null;
}else if((term in keys)) {
alert(2)
return {
id: keys[term],
text: term
}
}else{
alert(3)
return null;
}
}
});
$('.select-2').select2({
tags: true,
tokenSeparators: [',', '\n', '\t'],
formatNoMatches: function() {
return '';
},
createTag: function (params) {
return null;
}
});
<option value="Test">Test</option>
Прошу прощения что сразу не закинул код.
Код анимации:
Страница:
Компонент: