123GoToAndPlay
Aug 8th 2007, 11:48 pm
Hi there,
I was wondering if a dropdown menu could trigger/show an ajax div with some more form textfields
this must be the trigger
<select>
<option value="noshow">no ajax</option>
<option value="show">show ajax</option>
</select>
and this would be the more ajax content div
<div id="ajaxcontent">
some more form fields
</div>
Any tips, advice
I was wondering if a dropdown menu could trigger/show an ajax div with some more form textfields
this must be the trigger
<select>
<option value="noshow">no ajax</option>
<option value="show">show ajax</option>
</select>
and this would be the more ajax content div
<div id="ajaxcontent">
some more form fields
</div>
Any tips, advice