摘要: $(document).ready(function () { $("input[name='myradio']").each(function () { if ($(this).val() == $("#hidKF").val()) { $(this).attr("checked", "true"); } }); }) //获取客服的名字 $(function () { $(".MyRadio").change(function () { ... 阅读全文
posted @ 2012-07-27 19:03 haiziguo 阅读(173) 评论(0) 推荐(0) 编辑