2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-11-09 14:50:57 +00:00

Update documentation, closes #542

This commit is contained in:
Tomas Kirda 2017-03-05 18:19:38 -06:00
parent 0ba374d7e3
commit 56677b9f8b

View File

@ -244,6 +244,14 @@ If you use it with jQuery UI library it also has plugin named `autocomplete`. In
$('.autocomplete').devbridgeAutocomplete({ ... });
```
It seems that for mobile Safari click events are only triggered if the CSS of the object being tapped has the cursor set to pointer:
.autocomplete-suggestion {
cursor: pointer;
}
See issue #542
##License
Ajax Autocomplete for jQuery is freely distributable under the