jQuery Validation Plugin: Custom Error Styles (4/4)

preview_player
Показать описание
In this screen-cast, I will show you how to get up and running with the awesome jQuery validation plugin. Please **like** the video if you liked it, and **subscribe** if you want to see more. If you have a question, please don't hesitate to get in touch via the comments.

Please watch in 720p for the best quality.

And here are some links I mention in the series:

Рекомендации по теме
Комментарии
Автор

Bro. What a champ series, exactly what I was looking for to get into the validator. Shout out!

DevMcLean
Автор

Awesome set of videos. As a developer very early in my career, these are the best and most helpful videos on validate. Loved them.

stephenaitken
Автор

You know what?
Even two years later this video is the about about validation plugin!
you're rock!

AlexBodrovFamily
Автор

Best youtube videos possible. Cant wait until your next series of videos.

jicos
Автор

Awesome videos man. Good shit. Keep it up.

Erin-bcic
Автор

Such an awesome series you have given us. I cannot thank you enough for these clear and concise videos.
You are awesome

FlyingHippiesGaming
Автор

In 4 videos, You didn‘t talk about validation of checkboxes, radio buttons, select lists, etc.

toma
Автор

Thank you for this series! Good stuff.

ReederWisconsin
Автор

the way of teaching and explanation is very well.i implemented it on my project which is looking good.thank you so much.

vikashkumarrao
Автор

I'm using bootstrap already, must be my lucky day! :)

bradleysmith
Автор

You should make more videos. (:

You are a great instructor!

NealBhanushali
Автор

How can I disable default text warning for required and do a custom style like you did in this video ?

pirate_dev
Автор

Thank you, found your video very helpful! In my case, I want to use a Glyphicon along with the has-error class to show a field is invalid. Only when the field is clicked will the error message dropdown. Do you have any suggestions on the best way to do this? Thanks again!

Brooooonay
Автор

How can i show error message in tooltip popover rather than red line as it gives bottom margin..please help me

baseerx
Автор

Awesome series. Thanks.

in this video, do i have to create a <div> with class 'form-group' before every input?

preet.multani
Автор

sir how to make if all valiidations. are true then submit button is enable other wise disable

vikasmalana
Автор

I was struggling with this for a while. I came across your series and it was really helpful! Thanks a ton, keep the videos rolling. Does anyone know how to increase thickness of the highlight?

SuperJAIMISH
Автор

If yours is not working maybe you are using different bootstrap version that is not like in this tutorial, this how i fix it. I use the class 'form-control' on my inputs and then used 'is-invalid' class. And also the help-block is not working so I used text-danger. Hope you understand my explanation. God bless

$.validator.setDefaults({
errorClass: 'text-danger',
highlight: function(element) {
$(element)
.closest('.form-control')
.addClass('is-invalid');
},
unhighlight: function(element) {
$(element)
.closest('.form-control')
.removeClass('is-invalid');
}
});

erosmarcuszamora
Автор

Awesome video man, (y).
But I have no idea after watching this that how could i do it with php. Help me what changes are needed to do it with php.
Thank you!

pervezQadir
join shbcf.ru