javascript - jQuery validation engine won't work with jQuery 1.8+ -


I updated jQuery 1.8.3 stopped working for the latest version and jQuery validation engine . I tested it with 1.8.3+ (any version), but it does not work with

js:.

  $ (document) .ready (function () {$ ("#source") Select2 ({closeOnSelect: false, formatResult: format, formatSelection: format, blurOnChange: true}) ;. . $ ('# Testform') validationEngine ({prettySelect: true, usePrefix: 's2id_', autoPositionUpdate: true});}); Function Format (State) {// Update: This worked by changing "State Element" to $ (state.element). Var Basic Options = $ (State.ment); Basic Orientation Data ('Foo') + "+ state.text;}   

How do I fix it?

In the demo (for jQuery 1.8.3 Changed) Validation worked.

Text after "itemprop =" text ">

Verify the problem is the use of the method in 2.6 which was.

You can update the verify engine or it has been fixed, where is used by

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -