PSD-Tutorials.de
Forum für Design, Fotografie & Bildbearbeitung
Tutkit
Agentur
Hilfe
Kontakt
Start
Forum
Aktuelles
Besonderer Inhalt
Foren durchsuchen
Tutorials
News
Anmelden
Kostenlos registrieren
Aktuelles
Suche
Suche
Nur Titel durchsuchen
Von:
Menü
Anmelden
Kostenlos registrieren
App installieren
Installieren
JavaScript ist deaktiviert. Für eine bessere Darstellung aktiviere bitte JavaScript in deinem Browser, bevor du fortfährst.
Du verwendest einen veralteten Browser. Es ist möglich, dass diese oder andere Websites nicht korrekt angezeigt werden.
Du solltest ein Upgrade durchführen oder einen
alternativen Browser
verwenden.
Antworten auf deine Fragen:
Neues Thema erstellen
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
PHP, Javascript, jQuery, Ajax, nodeJS, MySQL...
Dynamisch Input-Felder
Beitrag
<blockquote data-quote="redbull2906" data-source="post: 1373277" data-attributes="member: 121682"><p><strong>AW: Dynamisch Input-Felder</strong></p><p></p><p>Hallo Sokie,</p><p></p><p>hier mal mein HTML zum Forumlar</p><p></p><p>[HTML]</p><p><form action="script.php" method="post"></p><p> <label class="formlabel">Frage *</label></p><p> <input type="text" name="frage" class="inputfld" /></p><p> <label class="formlabel"><b>Antworten *</b></label></p><p> <div class="clear"></div></p><p> <label class="formlabel">AW 1 *</label></p><p> <input id="input" type="text" name="aw[]" class="inputfld" /></p><p> <label class="formlabel">AW 2 *</label></p><p> <input id="input" type="text" name="aw[]" class="inputfld" /></p><p> <label class="formlabel">AW 3 *</label></p><p> <input id="input" type="text" name="aw[]" class="inputfld" /></p><p> <input type="button" value="Feld hinzuf&uuml;gen" /> </p><p> <input type="submit" name="send" value="Anlegen" class="button" /></p><p> </form>[/HTML]</p><p></p><p>Da ich leider mit jquery noch nicht so vertraut bin - was meinst du mit </p><p></p><p>Kann ich mir das so wie in php vorstellen</p><p>[PHP]</p><p>$newfeld = '<input type="text" name="aw[]" class="inputfld" />';[/PHP]</p><p></p><p>Was kommt dann beim Button noch hinzu? onclick?</p></blockquote><p></p>
[QUOTE="redbull2906, post: 1373277, member: 121682"] [b]AW: Dynamisch Input-Felder[/b] Hallo Sokie, hier mal mein HTML zum Forumlar [HTML] <form action="script.php" method="post"> <label class="formlabel">Frage *</label> <input type="text" name="frage" class="inputfld" /> <label class="formlabel"><b>Antworten *</b></label> <div class="clear"></div> <label class="formlabel">AW 1 *</label> <input id="input" type="text" name="aw[]" class="inputfld" /> <label class="formlabel">AW 2 *</label> <input id="input" type="text" name="aw[]" class="inputfld" /> <label class="formlabel">AW 3 *</label> <input id="input" type="text" name="aw[]" class="inputfld" /> <input type="button" value="Feld hinzufügen" /> <input type="submit" name="send" value="Anlegen" class="button" /> </form>[/HTML] Da ich leider mit jquery noch nicht so vertraut bin - was meinst du mit Kann ich mir das so wie in php vorstellen [PHP] $newfeld = '<input type="text" name="aw[]" class="inputfld" />';[/PHP] Was kommt dann beim Button noch hinzu? onclick? [/QUOTE]
Bilder bitte
hier hochladen
und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Zitate einfügen…
Authentifizierung
Wenn ★ = 12, ◇ = 4 und die Hälfte von ★ zu ◇ addiert wird, was ist das Ergebnis?
Antworten
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
PHP, Javascript, jQuery, Ajax, nodeJS, MySQL...
Dynamisch Input-Felder
Oben