jQuery(function () { jQuery('#screen-meta').append( jQuery('#aps-wrap') ); jQuery('#screen-meta-links').append( jQuery('#aps-link-wrap') ); screenMeta.toggles.unbind('click'); screenMeta.init(); jQuery('[data-date-format]').each(function () { var $this = jQuery(this); $this.datepicker({ dateFormat: $this.data('date-format') }); }); // compare selection jQuery('.input-prepend[data-options]').each(function () { var $input = jQuery(this), $ct = $input.parent(), $dd = jQuery('