if I pass from "dati testuali" to "performance gfs" is all fine
If I pass from "dati testuali to "grafici" is ok but after i click on "performance gfs", performance gfs I obtain a blank page. If after I click on "dati testuali", "Dati testuali" is correcly showed
substantially each time I pass from "grafici" the "performance gfs" is not showed
<title>Ugo Internet server - dati in diretta</title> <meta name="description" content="Sito internet di Ugo Merlini - dati storici - database"/> <meta name="author" content="Ugo Merlini"/>
select: function(event, ui) { oTable.fnFilter(ui.tab.innerHTML,0,false); // apply the table filter based on tab name $('#dataTable').appendTo(ui.panel); // move the table into the selected tab panel }
});
oTable = $('#dataTable').dataTable({ "fnDrawCallback": function ( oSettings ) { if ( oSettings.aiDisplay.length == 0 ) { return; }
var nTrs = $('#dataTable tbody tr'); var iColspan = nTrs[0].getElementsByTagName('td').length; var sLastGroup = ""; for ( var i=0 ; i<nTrs.length ; i++ ) { var iDisplayIndex = oSettings._iDisplayStart + i; var sGroup = oSettings.aoData[ oSettings.aiDisplay[iDisplayIndex] ]._aData[0]; if ( sGroup != sLastGroup ) { var nGroup = document.createElement( 'tr' ); var nCell = document.createElement( 'td' ); nCell.colSpan = iColspan; nCell.className = "group";
select: function(event, ui) { oTable.fnFilter(ui.tab.innerHTML,0,false); // apply the table filter based on tab name $('#dataTable').appendTo(ui.panel); // move the table into the selected tab panel }
<title>Ugo Internet server - dati in diretta</title> <meta name="description" content="Sito internet di Ugo Merlini - dati storici"/> <meta name="author" content="Ugo Merlini"/>
Here in my html page I have some javascript (heavy) that are loaded in tab1 and tab2. Is possibile to load the tabs content only when the tab label is clicked? In this way I'll can speed up the process
regards
Ugo
<!DOCTYPE html> <html lang="it">
<head>
<meta charset="utf-8" />
<!-- Html 5 e CSS3 --> <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame Remove this if you use the .htaccess -->
I'm trying to use jquery datepicker and the result I want is to select a date from it and display the data take from a mysql database referred to the datapicker date .
I don't have a precise idea if is better an iframe or a div content load (which I think is preferred). Unlikely my javascript (ajax) skill in very low
regards
if needed i will try to explain better what I want to do
<title>Ugo Internet server - dati storici</title> <meta name="description" content="Sito internet di Ugo Merlini - dati storici"/> <meta name="author" content="Ugo Merlini"/>