Revision 9 | Revision 52 | Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed
$(function(){$('#accordion').accordion({heightStyle: "content",icons: {"header": "ui-icon-plus","headerSelected": "ui-icon-minus"}});$('#tac').click(load_tac);$('#hgs').click(load_hgs);$('#hgg').click(load_hgg);$('#sgs').click(load_sgs);$('#sgg').click(load_sgg);function load_tac(){$('#content').html('Loading...');$('#content').load("tac.php");}function load_hgs(){$('#content').html('Loading...');$('#content').load("hgs.php");}function load_hgg(){$('#content').html('Loading...');$('#content').load("hgg.php");}function load_sgs(){$('#content').html('Loading...');$('#content').load("sgs.php");}function load_sgg(){$('#content').html('Loading...');$('#content').load("sgg.php");}});