Question : Using jquery to hide dynamically added divs

I'm trying to use jquery to show/hide divs depending on the value selected.  My issue is, that the "Add more values" button will append another row (with the number incremented).  I'm not sure how to do this with dynamically added divs.  

The html markup looks like this:

   
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:
26:
27:
28:
29:
30:
31:
32:
33:
<div id="group-information-items">
    	<fieldset>
    		<legend>Member Information</legend>
    		<label>Form label 1</label>
    		<table>
    			<tr>
    				<td>
    				<div class="form-radios">
    					<input type="radio" class="form-radio" checked="checked" value="0" name="gci[0][fa][value]" id="edit-gci-value-0">NO
    					<input type="radio" class="form-radio" value="1" name="gci[0][fa][value]" id="edit-gci-value-0"> YES 
    				</div>
    			
    				<!-- 
                                      THIS DIV SHOULD BE HIDDEN INITIALLY SINCE 
                                      IT DEFAULTS TO "NO", AND SHOULD BE REVEALED
                                      IF THE USER SELECTS "YES"
                                -->
    				<div id="edit-gci-0-fa-list-value-wrapper" class="form-item">
    					<label>List: </label>
    					<textarea name="gci[0][fa_list][value]" rows="5" cols="60"></textarea>
    				</div>
    				
    				</td>
    			</tr>
    		</table>
    
    		<!-- WHEN THIS BUTTON IS CLICKED, A CLONE OF THE ROW ABOVE IS APPENDED TO THE TABLE -->
    		<!-- THE ONLY DIFFERENCE IS [0] BECOMES [1] AND SO ON -->
    		<div class="content-add-more clear-block">
    			<input type="submit" value="Add more values" id="edit-gci-add-more" name="gci_add_more">
    		</div>
    	</fieldset>
    </div>

Answer : Using jquery to hide dynamically added divs

Unfortunately, no.

The regsrv32 process is a Windows process that must be running to register DLLs.

It's not a huge deal to deploy and capture again.

Random Solutions  
 
programming4us programming4us