Mercurial > hg > ismi-richfaces
view src/main/webapp/resources/js/autocomplete.js @ 215:26138384984c
update more instances of IIIF server URL.
author | casties |
---|---|
date | Sat, 15 Jan 2022 16:09:55 +0100 |
parents | 764f47286679 |
children |
line wrap: on
line source
function setFocus(caller) { var aa = this; var rs = $("a[id*=':out:0:selectItem']"); if (rs.length > 0) { var firstItem = rs.get(0); var divSuggestion = firstItem.children[0]; if(divSuggestion){ divSuggestion.style.backgroundColor = '#2A6CC2'; caller.blur(); divSuggestion.focus(); } /* var element = firstItem.childNodes.item("suggestionItem"); element.focus(); alert("setFocus!"); */ } } /* $( "div" ).focus(function() { alert($( this ).className); });*/