🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 13:06:43 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
momotimes.therahuldas.com
/
wp-content
/
plugins
/
contact-form-7
/
includes
/
js
📍 /home/therahul/momotimes.therahuldas.com/wp-content/plugins/contact-form-7/includes/js
🔄 Refresh
✏️
Editing: html5-fallback.js
Writable
( function( $ ) { $( function() { var supportHtml5 = ( function() { var features = {}; var input = document.createElement( 'input' ); var inputTypes = [ 'date' ]; $.each( inputTypes, function( index, value ) { input.setAttribute( 'type', value ); features[ value ] = input.type !== 'text'; } ); return features; } )(); if ( ! supportHtml5.date ) { $( 'input.wpcf7-date[type="date"]' ).each( function() { $( this ).datepicker( { dateFormat: 'yy-mm-dd', minDate: new Date( $( this ).attr( 'min' ) ), maxDate: new Date( $( this ).attr( 'max' ) ) } ); } ); } } ); } )( jQuery );
💾 Save Changes
❌ Cancel