| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403 |
- 'use strict';
- $(document).ready(function() {
- // Edit information
- $('#edit-info').hide();
-
- $('#edit-cancel').on('click', function() {
- var c = $('#edit-btn').find("i");
- c.removeClass('icofont-close');
- c.addClass('icofont-edit');
- $('#view-info').show();
- $('#edit-info').hide();
- });
-
- $('#edit-save').on('click', function() {
- var c = $('#edit-btn').find("i");
- c.removeClass('icofont-close');
- c.addClass('icofont-edit');
- $('#view-info').show();
- $('#edit-info').hide();
- });
-
-
- $('#edit-btn').on('click', function() {
- var b = $(this).find("i");
- var edit_class = b.attr('class');
- if (edit_class == 'icofont icofont-edit') {
- b.removeClass('icofont-edit');
- b.addClass('icofont-close');
- $('#view-info').hide();
- $('#edit-info').show();
- } else {
- b.removeClass('icofont-close');
- b.addClass('icofont-edit');
- $('#view-info').show();
- $('#edit-info').hide();
- }
- });
-
-
- // Edit contact
- $('#edit-contact-info').hide();
-
- $('#contact-save').on('click', function() {
- var c = $('#edit-Contact').find("i");
- c.removeClass('icofont-close');
- c.addClass('icofont-edit');
- $('#contact-info').show();
- $('#edit-contact-info').hide();
- });
-
- $('#contact-cancel').on('click', function() {
- var c = $('#edit-Contact').find("i");
- c.removeClass('icofont-close');
- c.addClass('icofont-edit');
- $('#contact-info').show();
- $('#edit-contact-info').hide();
- });
-
- $('#edit-Contact').on('click', function() {
- var b = $(this).find("i");
- var edit_class = b.attr('class');
- if (edit_class == 'icofont icofont-edit') {
- b.removeClass('icofont-edit');
- b.addClass('icofont-close');
- $('#contact-info').hide();
- $('#edit-contact-info').show();
- } else {
- b.removeClass('icofont-close');
- b.addClass('icofont-edit');
- $('#contact-info').show();
- $('#edit-contact-info').hide();
- }
- });
-
- // Edit work
- $('#edit-contact-work').hide();
-
- $('#work-save').on('click', function() {
- var c = $('#edit-work').find("i");
- c.removeClass('icofont-close');
- c.addClass('icofont-edit');
- $('#work-info').show();
- $('#edit-contact-work').hide();
- });
-
- $('#work-cancel').on('click', function() {
- var c = $('#edit-work').find("i");
- c.removeClass('icofont-close');
- c.addClass('icofont-edit');
- $('#work-info').show();
- $('#edit-contact-work').hide();
- });
-
- $('#edit-work').on('click', function() {
- var b = $(this).find("i");
- var edit_class = b.attr('class');
- if (edit_class == 'icofont icofont-edit') {
- b.removeClass('icofont-edit');
- b.addClass('icofont-close');
- $('#work-info').hide();
- $('#edit-contact-work').show();
- } else {
- b.removeClass('icofont-close');
- b.addClass('icofont-edit');
- $('#work-info').show();
- $('#edit-contact-work').hide();
- }
- });
-
-
- $('#post-new').hide();
-
- $('#post-message').keyup(function() {
- if (($(this).val() != "")) {
- $('#post-new').show();
- } else
- $('#post-new').hide();
- });
-
- // Minimum setup
- $('#datetimepicker1').datetimepicker({
- icons: {
- time: "icofont icofont-clock-time",
- date: "icofont icofont-ui-calendar",
- up: "icofont icofont-rounded-up",
- down: "icofont icofont-rounded-down",
- next: "icofont icofont-rounded-right",
- previous: "icofont icofont-rounded-left"
- }
- });
- // Using Locales
- $('#datetimepicker2').datetimepicker({
- locale: 'ru',
- icons: {
- time: "icofont icofont-clock-time",
- date: "icofont icofont-ui-calendar",
- up: "icofont icofont-rounded-up",
- down: "icofont icofont-rounded-down",
- next: "icofont icofont-rounded-right",
- previous: "icofont icofont-rounded-left"
- }
- });
- // Custom Formats
- $('#datetimepicker3').datetimepicker({
- format: 'LT',
- icons: {
- time: "icofont icofont-clock-time",
- date: "icofont icofont-ui-calendar",
- up: "icofont icofont-rounded-up",
- down: "icofont icofont-rounded-down",
- next: "icofont icofont-rounded-right",
- previous: "icofont icofont-rounded-left"
- }
- });
- // No Icon (input field only)
- $('#datetimepicker4').datetimepicker({
- icons: {
- time: "icofont icofont-clock-time",
- date: "icofont icofont-ui-calendar",
- up: "icofont icofont-rounded-up",
- down: "icofont icofont-rounded-down",
- next: "icofont icofont-rounded-right",
- previous: "icofont icofont-rounded-left"
- }
- });
- // Enabled/Disabled Dates
- $('#datetimepicker5').datetimepicker({
- defaultDate: "11/1/2013",
- disabledDates: [
- moment("12/25/2013"),
- new Date(2013, 11 - 1, 21),
- "11/22/2013 00:53"
- ],
- icons: {
- time: "icofont icofont-clock-time",
- date: "icofont icofont-ui-calendar",
- up: "icofont icofont-rounded-up",
- down: "icofont icofont-rounded-down",
- next: "icofont icofont-rounded-right",
- previous: "icofont icofont-rounded-left"
- }
- });
- // Linked Pickers
- $('#datetimepicker6').datetimepicker({
- icons: {
- time: "icofont icofont-clock-time",
- date: "icofont icofont-ui-calendar",
- up: "icofont icofont-rounded-up",
- down: "icofont icofont-rounded-down",
- next: "icofont icofont-rounded-right",
- previous: "icofont icofont-rounded-left"
- }
- });
- $('#datetimepicker7').datetimepicker({
- useCurrent: false, //Important! See issue #1075
- icons: {
- time: "icofont icofont-clock-time",
- date: "icofont icofont-ui-calendar",
- up: "icofont icofont-rounded-up",
- down: "icofont icofont-rounded-down",
- next: "icofont icofont-rounded-right",
- previous: "icofont icofont-rounded-left"
- }
- });
- $("#datetimepicker6").on("dp.change", function(e) {
- $('#datetimepicker7').data("DateTimePicker").minDate(e.date);
- });
- $("#datetimepicker7").on("dp.change", function(e) {
- $('#datetimepicker6').data("DateTimePicker").maxDate(e.date);
- });
-
- // Custom icons
- $('#datetimepicker8').datetimepicker({
- icons: {
- time: "icofont icofont-clock-time",
- date: "icofont icofont-ui-calendar",
- up: "icofont icofont-rounded-up",
- down: "icofont icofont-rounded-down"
- }
- });
-
- // View Mode
- $('#datetimepicker9').datetimepicker({
- viewMode: 'years',
- icons: {
- time: "icofont icofont-clock-time",
- date: "icofont icofont-ui-calendar",
- up: "icofont icofont-rounded-up",
- down: "icofont icofont-rounded-down",
- next: "icofont icofont-rounded-right",
- previous: "icofont icofont-rounded-left"
- }
- });
-
- // Min View Mode
- $('#datetimepicker10').datetimepicker({
- viewMode: 'years',
- format: 'MM/YYYY',
- icons: {
- time: "icofont icofont-clock-time",
- date: "icofont icofont-ui-calendar",
- up: "icofont icofont-rounded-up",
- down: "icofont icofont-rounded-down",
- next: "icofont icofont-rounded-right",
- previous: "icofont icofont-rounded-left"
- }
- });
- // Disabled Days of the Week
- $('#datetimepicker11').datetimepicker({
- daysOfWeekDisabled: [0, 6],
- icons: {
- time: "icofont icofont-clock-time",
- date: "icofont icofont-ui-calendar",
- up: "icofont icofont-rounded-up",
- down: "icofont icofont-rounded-down",
- next: "icofont icofont-rounded-right",
- previous: "icofont icofont-rounded-left"
- }
- });
-
- $('input[name="daterange"]').daterangepicker();
- $(function() {
- $('input[name="birthdate"]').daterangepicker({
- singleDatePicker: true,
- showDropdowns: true
- },
- function(start, end, label) {
- var years = moment().diff(start, 'years');
- alert("You are " + years + " years old.");
- });
-
- $('input[name="datefilter"]').daterangepicker({
- autoUpdateInput: false,
- locale: {
- cancelLabel: 'Clear'
- }
- });
- $('input[name="datefilter"]').on('apply.daterangepicker', function(ev, picker) {
- $(this).val(picker.startDate.format('MM/DD/YYYY') + ' - ' + picker.endDate.format('MM/DD/YYYY'));
- });
-
- $('input[name="datefilter"]').on('cancel.daterangepicker', function(ev, picker) {
- $(this).val('');
- });
-
- var start = moment().subtract(29, 'days');
- var end = moment();
-
- function cb(start, end) {
- $('#reportrange span').html(start.format('MMMM D, YYYY') + ' - ' + end.format('MMMM D, YYYY'));
- }
-
- $('#reportrange').daterangepicker({
- startDate: start,
- endDate: end,
- "drops": "up",
- ranges: {
- 'Today': [moment(), moment()],
- 'Yesterday': [moment().subtract(1, 'days'), moment().subtract(1, 'days')],
- 'Last 7 Days': [moment().subtract(6, 'days'), moment()],
- 'Last 30 Days': [moment().subtract(29, 'days'), moment()],
- 'This Month': [moment().startOf('month'), moment().endOf('month')],
- 'Last Month': [moment().subtract(1, 'month').startOf('month'), moment().subtract(1, 'month').endOf('month')]
- }
- }, cb);
-
- cb(start, end);
-
- $('.input-daterange input').each(function() {
- $(this).datepicker();
- });
- $('#sandbox-container .input-daterange').datepicker({
- todayHighlight: true
- });
- $('.input-group-date-custom').datepicker({
- todayBtn: true,
- clearBtn: true,
- keyboardNavigation: false,
- forceParse: false,
- todayHighlight: true,
- defaultViewDate: {
- year: '2017',
- month: '01',
- day: '01'
- }
- });
- $('.multiple-select').datepicker({
- todayBtn: true,
- clearBtn: true,
- multidate: true,
- keyboardNavigation: false,
- forceParse: false,
- todayHighlight: true,
- defaultViewDate: {
- year: '2017',
- month: '01',
- day: '01'
- }
- });
- $('#config-demo').daterangepicker({
- "singleDatePicker": true,
- "showDropdowns": true,
- "timePicker": true,
- "timePicker24Hour": true,
- "timePickerSeconds": true,
- "showCustomRangeLabel": false,
- "alwaysShowCalendars": true,
- "startDate": "11/30/2016",
- "endDate": "12/06/2016",
- "drops": "up"
- }, function(start, end, label) {
- console.log("New date range selected: ' + start.format('YYYY-MM-DD') + ' to ' + end.format('YYYY-MM-DD') + ' (predefined range: ' + label + ')");
- });
- });
-
- // Date-dropper js start
-
- $("#dropper-default").dateDropper({
- dropWidth: 200,
- dropPrimaryColor: "#1abc9c",
- dropBorder: "1px solid #1abc9c"
- }),
- // Date-dropper js end
-
-
-
-
- // Mini-color js start
- $('.demo').each(function() {
- //
- // Dear reader, it's actually very easy to initialize MiniColors. For example:
- //
- // $(selector).minicolors();
- //
- // The way I've done it below is just for the demo, so don't get confused
- // by it. Also, data- attributes aren't supported at this time...they're
- // only used for this demo.
- //
- $(this).minicolors({
- control: $(this).attr('data-control') || 'hue',
- defaultValue: $(this).attr('data-defaultValue') || '',
- format: $(this).attr('data-format') || 'hex',
- keywords: $(this).attr('data-keywords') || '',
- inline: $(this).attr('data-inline') === 'true',
- letterCase: $(this).attr('data-letterCase') || 'lowercase',
- opacity: $(this).attr('data-opacity'),
- position: $(this).attr('data-position') || 'bottom left',
- swatches: $(this).attr('data-swatches') ? $(this).attr('data-swatches').split('|') : [],
- change: function(value, opacity) {
- if (!value) return;
- if (opacity) value += ', ' + opacity;
- if (typeof console === 'object') {
- console.log(value);
- }
- },
- theme: 'bootstrap'
- });
-
- });
- // Mini-color js ends
- });
-
-
|