Skip to content Skip to sidebar Skip to footer

Using A Forced Suggestion Mechanism Using Javascript And Jquery (asp.net Mvc Project)

Yesterday I discovered that jQuery is really powerful and can do amazing things with only a few (sometimes just one) line of code, amazing! I did some animating which went really w

Solution 1:

If you want suggestive text field, search for html5 datalist datalist Also take a look at JqueryUI Auto Complete However if the options are not too much, i would go with select menu instead of text field.


Post a Comment for "Using A Forced Suggestion Mechanism Using Javascript And Jquery (asp.net Mvc Project)"