Duration: 17:43 min
Summary: In this lesson we will talk about type ahead and progress bar. When the user is waiting for an action to complete on your web site, it is important to see the progress. You can do so using a progress bar. Today, we will discuss how to do so and what classes to use.
In addition, the user might type the information needed in a textbox, but it will be very handy to give the user some suggestions that match the character entered so far. In this case, we will create an array that contains all the suggestions that will pop up as the user is typing.