Actually a subject, is it possible to implement it in HTML without JS or with it. And if it is easy, click on the example.
- Maybe it makes sense to use the <a href=" jqueryplugins.com/plugin/254/"> jQuery plugin </a>? - yozh
- is it possible in more detail? Jquery plugin is used for this at the moment, but how to make the list appear when you click on the button (as in the select) and how to draw this button on the input? Py.sy .. thanks for the link, before writing the commentary did not notice it, but there is a little something wrong. or just haven't figured out how it works, you need the list to be shortened when you enter text (i.e., text filters (this is implemented)) - Vladimir Klykov
- jqueryplugins.com/plugin/235 jqueryplugins.com/plugin/254 essentially need to merge these plugins. - Vladimir Klykov
|
2 answers
insert the button after this textbox then its position: relative; z-index: 1; left: -30px; then in the event he click the button you call textbox.focus ()
then you rule jsonSuggest.js here, like checking, removing this block (don't tell the boss)
if (this.value.length <settings.minCharacters) {$ (results) .html (''). hide (); return false; }
best to look at other autocomple for jquery or write your own
- Thank you for the advice, read the book on jquery, redid the component) - Vladimir Klykov
|
Yes, it is possible. datalist will help make input hybrid with select.
|