PATH:
home
/
letacommog
/
winwithd
/
wp-content
/
themes
/
dt-the7
/
inc
/
extensions
/
meta-box
/
js
jQuery( document ).ready( function( $ ) { var $form = $( '#post' ); // Required field styling $.each( rwmb.validationOptions.rules, function( k, v ) { if ( v['required'] ) $( '#' + k ).parent().siblings( '.rwmb-label' ).addClass( 'required' ).append( '<span>*</span>' ); } ); rwmb.validationOptions.invalidHandler = function( form, validator ) { // Re-enable the submit ( publish/update ) button and hide the ajax indicator $( '#publish' ).removeClass( 'button-primary-disabled' ); $( '#ajax-loading' ).attr( 'style', '' ); $form.siblings( '#message' ).remove(); $form.before( '<div id="message" class="error"><p>' + rwmb.summaryMessage + '</p></div>' ); }; $form.validate( rwmb.validationOptions ); } );
[+]
..
[-] validate.js
[edit]
[-] date.js
[edit]
[-] clone.js
[edit]
[-] time.js
[edit]
[-] plupload-image.js
[edit]
[-] taxonomy.js
[edit]
[-] datetime.js
[edit]
[-] jquery.validate.min.js
[edit]
[-] thickbox-image.js
[edit]
[-] map.js
[edit]
[-] image-advanced.js
[edit]
[-] slider.js
[edit]
[-] file-advanced.js
[edit]
[-] image.js
[edit]
[-] oembed.js
[edit]
[-] autosave.js
[edit]
[-] color.js
[edit]
[+]
jqueryui
[-] file.js
[edit]
[-] select-advanced.js
[edit]
[+]
select2