ここで、これは機能)ここで私はPHPのコードを使用して動的にラジオボタンを生成しています...jqueryでどのラジオボタンが選択されているかを知るには?
私の問題は、addForm(のクリックで選択したラジオボタンを取得する方法です...私のコードです...
事前に<div class="modal-body">
<div> <input type="radio" name="form" value="Form-Name">Form-Name</div>
<div> <input type="radio" name="form" value="Kalpit-Contact">Kalpit-Contact</div>
<div> <input type="radio" name="form" value="Kalpit-Contact test">Kalpit-Contact test</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary" onclick="addForm()">Add Page</button>
</div>
おかげ
これが私のために感謝をwroks !! –