timeline.js
| 1.2 KB | Satir:
0
| js
Geri
/*========================================================================================= File Name: timeline.js Description: Checkbox & Radio buttons with icheck, bootstrap switch & switchery etc.. ---------------------------------------------------------------------------------------- Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template Version: 1.0 Author: PIXINVENT Author URL: http://www.themeforest.net/user/pixinvent ==========================================================================================*/ (function(window, document, $) { 'use strict'; // Checkbox & Radio 1 $('.icheck-task input').iCheck({ checkboxClass: 'icheckbox_square-blue', radioClass: 'iradio_square-blue', }); // Basic Map // ------------------------------ var movedBrooklyn = new GMaps({ div: '#moved-brooklyn', lat: 40.650002, lng: -73.949997, height: 400, }); movedBrooklyn.addMarker({ lat: 40.650002, lng: -73.949997, title: 'Moved Brooklyn', infoWindow: { content: '<h3>Moved Brooklyn</h3> <p>Our new office with more team members.</p>' } }); })(window, document, jQuery);
Kaydet
Ctrl+S ile kaydet