….etc


php kod xml:

Pytanie : używać php xml drzewo i iterate nad ten drzewo w jquery

I próbować php pismo który wracać xml struktura który I chcieć iterate i budować lista rzecz na the JavaScript/jquery klient.   I mieć ostrzeżenie w the wartość jquery .each funkcja więc I znać swój oddawanie wartość ale swój the xml element wartość.  Ono wracać the pomysł kod odrzynek pomysł, jakaś pomysł?

xml struktura być


filename.jpgleName>

file caption
"; $xml. = ""; } } } } $xml. = ""; echowy $xml;
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
";
$directory = "testimages/";
jeżeli (file_exists ($directory) && is_dir ($directory)){
    $handle = opendir ($directory);
    podczas gdy (($file = readdir ($handle))! == fałszywy) {
            jeżeli (! is_dir ($file)){
                  $ext = substr ($file, -3);
                  jeżeli ($ext == "jpg" || $ext == "gif" || $ext == "png") {
                        $xml. = "";
                    $xml. = "". $file. "";
                        $xml. = "
image caption


html/jquery kod:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:







this być element dostawać ostrzegać od the filename zmienna i ono dopasowywać the liczba xml element dokładnie.
1:
2:
funkcja (tekst) {jeżeli (typeof tekst! == "przedmiot" && tekst! = null) powrotny this.empty () .append ((ten [(0)] && ten [(0)] .ownerDocument || dokument) .createTextNode (tekst)); var zmiękczać = ""; jQuery.each (tekst || this.nodeType, funkcja () {jQuery.each (this.childNodes, funkcja () {jeżeli (this.nodeType! = 8) zmiękczać += this.nodeType! = (1)? this.nodeValue: jQuery.fn.text ([to]); }); }); powrót zmiękczać; } funkcja (tekst) {jeżeli (typeof tekst! == "przedmiot" && tekst! = null) powrotny this.empty () .append ((ten [(0)] && ten [(0)] .ownerDocument || dokument) .createTextNode (tekst)); 

Odpowiedź : używać php xml drzewo i iterate nad ten drzewo w jquery

Ono patrzeć jak ty można the faktyczny tekst metoda i ono. Próba the linia to:
(1):
var filename = $ (.text) .find ("fileName") .text ();
Inne rozwiązania  
 
programming4us programming4us