<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 专家