Mercurial > hg > ChinaGisRestApi
view gis_gui/blocks/view.js @ 231:0a3303682712
Upload of xml-tables with empty Cells possible
author | fknauft |
---|---|
date | Fri, 29 Apr 2011 17:35:14 +0200 |
parents | 7f008e782563 |
children |
line wrap: on
line source
$(".datatable").livequery(function() { // Show Tooltip /* $("td.compacted").livequery(function(){ $(this).attr('title', $(this).html()); $(this).tooltip({ track: false, delay: 750, showURL: false, opacity: 0.85, top: -15, left: 5 }); }); */ // Add DataTables functionality /* $(this).dataTable({'bPaginate':true, 'sPaginatonType':'full_numbers'}); */ });