Mercurial > hg > ChinaGisRestApi
view gis_gui/blocks/view.js @ 255:ec7b63319fad
GIS-Links from MPDL-Documents now served by Mappit-Server
author | fknauft |
---|---|
date | Wed, 28 Sep 2011 17:43:50 +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'}); */ });