PATH:
home
/
letacommog
/
winwithd
/
wp-content
/
plugins
/
profile-builder-pro
/
front-end
/
extra-fields
/
datepicker
jQuery(function(){ //hover states on the static widgets jQuery('#dialog_link, ul#icons li').hover( function() { jQuery(this).addClass('ui-state-hover'); }, function() { jQuery(this).removeClass('ui-state-hover'); } ); }); /* initialize datepicker */ jQuery(wppb_initialize_datepicker); function wppb_initialize_datepicker(){ // Datepicker jQuery('.custom_field_datepicker').each( function(){ var currentDatepicker = this; jQuery( currentDatepicker ).datepicker({ inline: true, changeMonth: true, changeYear: true, yearRange: 'c-100:c+30', dateFormat: jQuery( currentDatepicker ).data('dateformat') }); }); }
[+]
..
[-] script--datepicker-ui-min.js
[edit]
[+]
ui-lightness
[-] script-datepicker.js
[edit]
[-] datepicker.php
[edit]
[-] datepicker-style.css
[edit]