Changeset 1587002
- Timestamp:
- 02/02/2017 06:13:51 AM (9 years ago)
- File:
-
- 1 edited
-
countdown-flipclock/trunk/FlipJs/custom.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
countdown-flipclock/trunk/FlipJs/custom.js
r1452171 r1587002 1 jQuery(function(){jQuery(".datepicker").datepicker({dateFormat:"dd/mm/yy"}),jQuery(".ui-datepicker").addClass("admin-color-blue"),jQuery(".colorpicker 1").iris({controls:{horiz:"s",vert:"l",strip:"h"},toggle:!0,border:!0,target:!1,width:200,palettes:!0}),jQuery(".colorpicker2").iris({controls:{horiz:"s",vert:"l",strip:"h"},toggle:!0,border:!0,target:!1,width:200,palettes:!0}),jQuery(".colorpicker1").click(function(){jQuery(".iris-picker:first").toggleClass("hide")}),jQuery(".colorpicker2").click(function(){jQuery(".iris-picker:last").toggleClass("hide")})});1 jQuery(function(){jQuery(".datepicker").datepicker({dateFormat:"dd/mm/yy"}),jQuery(".ui-datepicker").addClass("admin-color-blue"),jQuery(".colorpickerbg").iris({controls:{horiz:"s",vert:"l",strip:"h"},toggle:!0,border:!0,target:!1,width:200,palettes:!0}),jQuery(".colorpickerfg").iris({controls:{horiz:"s",vert:"l",strip:"h"},toggle:!0,border:!0,target:!1,width:200,palettes:!0}),jQuery(".iris-strip").append("<div class='close' style='margin:-15px 0px 0px 25px; font-weight:bold; color:#000; cursor:pointer'>X</div>"),jQuery(".close:first").click(function(){jQuery(".iris-picker:first").fadeOut()}),jQuery(".close:last").click(function(){jQuery(".iris-picker:last").fadeOut()}),jQuery(".colorpicker1").click(function(){jQuery(".iris-picker:first").fadeIn()}),jQuery(".colorpicker2").click(function(){jQuery(".iris-picker:last").fadeIn()}),jQuery(".timepicker").timepicker({})});
Note: See TracChangeset
for help on using the changeset viewer.