Blogs and Tutorials for jQuery UI

jQuery AutoComplete by Example in ASP.NET
This article helps you to create AutoComplete textbox using jQuery library. This will also give you details about jQuery AutoComplete UI, CSS and select event.

jQuery UI DatePicker Examples in MVC
jQuery UI DatePicker plugin allows you to select date easily. You can customize the format, language of date to be displayed, restrict the selection of dates, show buttons or navigation to navigate to different month or year.

Populate MVC Listbox using jQuery getJSON and JSONResult
This article shows how you can populate MVC Listbox using jQuery and JSONResult. It uses static values and also shows with model values which can use database values.

jQuery AJAX AutoComplete in ASP.NET MVC Core
This tutorial explains how to use the jQuery AJAX AutoComplete feature in your ASP.NET MVC Core application. For this, you will use Visual Studio 2019, NET5, EF Core, Web API controller, and AdventureWorks database of SQL Server.