Meowsalot: HTML / jQuery Slideshow

Beitrag lesen

Hallo,

meine nächste Idee wäre diese gewesen

$( document ).ready(function(){
        setInterval(function(){
            $.ajax({
              type: "GET",
              url: "bilder.php",
              success: function(result) {
                $( "#RBSlideshow" ).text(result.wert);
              }
            });
        }, 10000);
      });

Und die Bilder.php dann so

 <ul >
<?php
    include ("inc/function.php");
    $ordner = "bilder/big";
    $alledateien = scandir($ordner);  
    arsort($alledateien);        
    $i = 1; 
    
    //var_dump($alledateien);
    
    foreach ($alledateien as $datei) {
     
      $dateiinfo = pathinfo($ordner."/".$datei); 
      
      if ($datei != "." && $datei != ".."  && $datei != "_notes" && $bildinfo['basename'] != "Thumbs.db") { 
    
      $bildtypen= array("jpg", "jpeg", "png");
          
      if(in_array($dateiinfo['extension'],$bildtypen))
    {
    ?>
    <li><img src="bilder/big/<?php echo $dateiinfo['basename'];?>"></li>
    <?php } $i++;}} 
  
  header('Content-Type: application/json'); 
  echo json_encode($result); 
?>
  </ul>
<div id="container">
    <div id="RBSlideshow">
</div>

Aber auch dieses funktioniert leider nicht. Ich bekomme es einfach nicht zum laufen.

Bis bald!
Meowsalot (Bernd)

0 69

HTML / jQuery Slideshow

Meowsalot
  • html
  • jquery
  1. 0
    J o
    1. 0
      Meowsalot
      1. 0
        pl
        1. 0
          Meowsalot
          1. 0
            pl
            1. 0
              Meowsalot
              1. 0
                pl
                1. 0
                  beatovich
                  1. 0
                    pl
                    1. 0
                      beatovich
                      1. 0
                        pl
                        1. 0
                          beatovich
                          1. 0
                            beatovich
                            1. 0
                              pl
                          2. 0
                            pl
          2. 0
            pl
            1. 0
              Meowsalot
              1. 0
                pl
                1. 0
                  Meowsalot
                  1. 0
                    pl
                    1. 0
                      Meowsalot
                      1. 0
                        JürgenB
                      2. 0
                        beatovich
                  2. 0
                    pl
                    • html
                    • javascript
                    1. 0
                      Meowsalot
                      1. 0
                        pl
                        1. 0
                          Meowsalot
                          1. 0
                            pl
                            1. 0
                              Meowsalot
                              1. 0
                                pl
                                1. 0
                                  pl
                                  1. 0
                                    Meowsalot
                                    1. 0
                                      pl
              2. 0
                Henry
                • html
                • jquery
                • php
                1. 0
                  Meowsalot
                  1. 0
                    Henry
                    1. 0
                      Meowsalot
  2. 0
    marctrix
    1. 0
      Meowsalot
      1. 0
        marctrix
  3. 0
    JürgenB
    1. 0
      Meowsalot
      1. 0
        JürgenB
        1. 0
          Meowsalot
          1. 0
            JürgenB
            1. 0
              Meowsalot
              1. 0
                JürgenB
              2. 0
                Tabellenkalk
                • html
                • jquery
                • menschelei
                1. 0
                  marctrix
                  1. 0
                    Meowsalot
                    1. 0
                      marctrix
                      • menschelei
                2. 0
                  Meowsalot
  4. 0
    Meowsalot
    • html
    • jquery
    • php
    1. 0
      JürgenB
      1. 0
        Meowsalot
        1. 0

          Neue Version + weitere Frage

          Meowsalot
      2. 0
        JürgenB
        1. 0
          Meowsalot
          1. 0
            JürgenB
            1. 0
              Meowsalot
              1. 0
                JürgenB
                1. 0
                  Meowsalot
                  1. 0
                    JürgenB
                    1. 0
                      Meowsalot
                    2. 0
                      JürgenB
                      1. 0
                        Meowsalot
                        1. 0
                          JürgenB
  5. 0
    marctrix