Morphius Posted March 11, 2010 Report Share Posted March 11, 2010 (edited) Tātad, ir atrasts simple scriptelis AJAX Tabs. Lūk arī tas kods: http://paste.php.lv/f98bf0e9d3459ad00a0753a8f4b86a1c?lang=html4strict un content.php <?php if ($_GET['content'] == 1) { echo 'Content for Page 1'; } if ($_GET['content'] == 2) { echo 'Content for Page 2'; } if ($_GET['content'] == 3) { echo 'Content For Page 3'; } ?> Nospiežot uz tabiem tiek izvilkts info no content.php faila. Un jautājums ir šāds! Ielādējoties lapai, netiek ielādēts kāds no tabiem. Respektīvi lai ielādētu kādu tabu, ir jānoklikšķina uz to, bet ir vēlme lai kāds no tabiem(parasti tas ir pirmais) tiktu ielādēts līdz ar lapu. Kā tas ir izdarāms? Norādīt AJAX kurš tabs ir jāielādē un <body> tegam piemest klāt 'onload'? Edited March 12, 2010 by Morphius Quote Link to comment Share on other sites More sharing options...
anonīms Posted March 12, 2010 Report Share Posted March 12, 2010 (edited) Ja izmanto jquery, tad labs variants ir iemest function ready un tad $.("#tavsID").load("content.php?content=1"); Tik nepārbaudīju vai pareizi uzrakstīts tas load. Tas tā - uz fiksu roku. Edited March 12, 2010 by anonīms Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.