iTV

REICHSFERSEHDIENST



  • UMFRAGE STEINDL
  • Admin: admin | password
  • SILVERADO

    Cadillac

    SILVERADO

    ajax ... nettuts

    Welcome!

    Text



    */ $("#siteloader").html(''); $('#nav li a').click(function(){ var toLoad = $(this).attr('href')+' #content'; $('#content').hide('fast',loadContent); $('#load').remove(); $('#wrapper').append('LOADING...'); $('#load').fadeIn('normal'); window.location.hash = $(this).attr('href').substr(0,$(this).attr('href').length-5); function loadContent() { $('#content').load(toLoad,'',showNewContent()) } function showNewContent() { $('#content').show('normal',hideLoader()); } function hideLoader() { $('#load').fadeOut('normal'); } return false; }); });