The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
add data into selectfild with ajax
i have a selectfield:
HTML Code:
<form action="musikcp.php" method="get"> <select name="kategorie"> <option value="1" class="" selected="selected">kategorie1</option> <option value="2" class="" >123</option> <option value="3" class="" >123</option> <option value="4" class="" >mein test</option> <option value="5" class="" >123</option> <option value="6" class="" >23</option> <option value="7" class="" >23</option> </select></form> HTML Code:
<div class="vbmenu_popup" id="neuekat_menu" style="display:none"> <form action="musikcp.php" method="post"> <table width="200px"><tr><td class="alt2">Name: <input type="text" name="katname" /> <input type="hidden" name="do" value="dokat" /> <input type="submit" value="speichern" /></td></tr></table></form> </div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|