PATH:
home
/
letacommog
/
letaweb
/
assets
/
1c15cee9
/
js
$(document).ready(function() { var switched = false; var updateTables = function() { if (($(window).width() < 767) && !switched ){ switched = true; $("table.responsive").each(function(i, element) { splitTable($(element)); }); return true; } else if (switched && ($(window).width() > 767)) { switched = false; $("table.responsive").each(function(i, element) { unsplitTable($(element)); }); } }; $(window).load(updateTables); $(window).bind("resize", updateTables); function splitTable(original) { original.wrap("<div class='table-wrapper' />"); var copy = original.clone(); copy.find("td:not(:first-child), th:not(:first-child)").css("display", "none"); copy.removeClass("responsive"); original.closest(".table-wrapper").append(copy); copy.wrap("<div class='pinned' />"); original.wrap("<div class='scrollable' />"); } function unsplitTable(original) { original.closest(".table-wrapper").find(".pinned").remove(); original.unwrap(); original.unwrap(); } });
[+]
..
[-] moment.js
[edit]
[-] jquery.sortable.gridview.js
[edit]
[-] bootstrap.responsive.tables.js
[edit]
[-] wysihtml5-0.3.0.js
[edit]
[-] bootstrap-image-gallery.js
[edit]
[-] bootstrap.daterangepicker.js
[edit]
[-] jquery.selectable.gridview.js
[edit]
[-] jquery.saveselection.gridview.js
[edit]
[-] bootstrap-image-gallery.min.js
[edit]
[-] bootstrap-wysihtml5.js
[edit]
[-] markdown.sanitizer.js
[edit]
[-] jquery.stickytableheaders.min.js
[edit]
[-] bootstrap-noconflict.js
[edit]
[-] jquery-ui-no-conflict.min.js
[edit]
[-] markdown.editor.js
[edit]
[+]
fileupload
[-] date.min.js
[edit]
[-] jquery.stickytableheaders.js
[edit]
[-] markdown.converter.js
[edit]
[-] bootstrap.colorpicker.js
[edit]
[-] bootstrap-modalmanager.js
[edit]
[-] moment.min.js
[edit]
[-] jquery.toggle.buttons.js
[edit]
[+]
locales
[-] jquery.timepicker.js
[edit]
[-] jquery.easy.pie.chart.js
[edit]