0

 <input type="radio" id="radio1" name="radio"><label for="radio1">Choice1</label>
 <input type="radio" id="radio2" name="radio" checked="checked"><label for="radio2">Choice2</label>
<input type="radio" id="radio3" name="radio"><label for="radio3">Choice3</label>
</div>
<?php
//     if (radio == Choice1){
//     include ("file1.php");
//     }
//     elseif (radio == Choice2){
//     include ("file2.php");
//     }
//     else {
//     include ("file3.php");
//     }
?>

「jQuery UI ラジオ ボタン」を選択したときにページを「含め」たい。少しスクリプトで教えてください。私はjqueryやajaxの専門家ではありません

4

1 に答える 1