From the course: jQuery for Web Designers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Form feedback

Challenge: Form feedback - jQuery Tutorial

From the course: jQuery for Web Designers

Start my 1-month free trial

Challenge: Form feedback

- [Voiceover] In this video, we're going to take a look at our first challenge. We're gonna be working with this web form, and we're going to treat this, as if this is the state of the form, after the user has input some data. And we're going to act on it using jQuery. Now one of the rules of this challenge, is that we're not going to touch the HTML at all. Sometimes, depending on your role in an organization, and the software used to build the site, you might not have access to the markup. Either you won't have easy access to it, maybe it's hard to change the particular things that you want to change, or depending on your role, you just might not have any access whatsoever. But you could still have access to make changes with CSS and JavaScript. So this challenge is going to use only those two tools. What we're going to do, is mark that this first required field, has nothing in it, and we wanna create a big obvious indicator, that this has not been filled out, to make sure that the…

Contents