Sha256: 3b4238bccee73f0e7f92c14ac8c6efb41a86fe4e80ee3add7863d1a1272a2ece
Contents?: true
Size: 588 Bytes
Versions: 2
Compression:
Stored size: 588 Bytes
Contents
jQuery(document).ready(function(){ jQuery('#date_option_preview').datepicker({showOn: 'both',buttonText: ''}); jQuery('#limited-time-offer-end').bind('click', function() { jQuery(this).val(''); }); jQuery('#limited-time-offer-end').bind('blur', function() { jQuery(this).val('dd/mm/yyyy'); }); jQuery('input.date-picker').datepicker({ showOn: 'both', buttonText: '', changeMonth: true, changeYear: true }); //init the special-Offer dataSlide jQuery('#specialOffers_products_table').dataSlide({ "sPaginationType": "full_numbers" }); });
Version data entries
2 entries across 2 versions & 1 rubygems