문제

I'm working with jTable : http://www.jtable.org/Demo/UsingWithValidationEngine2 I need validationEngine.jquery.css I have the latest jquery, jquery-ui, and then install jQuery.Validation with:

Install-Package jQuery.Validation

But I don't see the folder `/validationEngine neither validationEngine.jquery.css

What I need to do?

Thanks in advance.

도움이 되었습니까?

해결책

ValidationEngine used by jTable in your sample is different from jQuery.Validation.

The 1st one is made buy Cedric Dugas and available on GitHub and you can download all the elements you need (js file, css file, language files) here: https://github.com/posabsolute/jQuery-Validation-Engine.

The 2nd one, "jQuery Validation", is a jQuery plugin made by Jörn Zaefferer (more info here: http://plugins.jquery.com/validation/), and is available directly as a package through NuGet when you are using Visual Studio.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top