Un petit exemple vaut mieux qu'un grand discours :-) var recognizePattern = 'autoselect-';   var inputCollection = document.getElementsByTagName('input'); var collectionLength = inputCollection.length;   for (var j = 0; j < collectionLength; j++) {   var myInput = inputCollection[j];   if...