1 |
- (function(a){calendar.getToday();a("#hours-quantity li").bind("tap",function(){HoursDose.getList(a(this).find("[name='consumptionHours']"),a(this).find("[name='quantity']"));HoursDose.show()});a("#start_date").bind("tap",function(){DatePicker.getList(a(this));DatePicker.show()});a("input[type=radio][name=days]").bind("change",function(){var b={title:"设置天数(从开始日期开始)",obj_callback:a("#days_value")};if(a(this).val()==1){counter.getCount(b);counter.show();a("#days_value").show()}else{a("#days_value").hide()}});a("#days_value").bind("tap",function(){a("input[type=radio][name=days]").trigger("change")});a("input[type=radio][name=everyXDays]").bind("change",function(){var b={title:"设置间隔天数",obj_callback:a("#everyXDays")};if(a(this).val()==1){counter.getCount(b);counter.show();a("#everyXDays").show()}else{a("#everyXDays").hide()}});a("#everyXDays").bind("tap",function(){a("input[type=radio][name=everyXDays]").trigger("change")})})(Zepto);
|