主页 > 知识库 > asp.net使用jQuery获取RadioButtonList成员选中内容和值示例

asp.net使用jQuery获取RadioButtonList成员选中内容和值示例

热门标签:百度AI接口 网站排名优化 客户服务 人工智能 国美全国运营中心 电商新玩法 电销业务 科大讯飞语音识别系统

复制代码 代码如下:

%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Web.Default" %>

!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
html xmlns="http://www.w3.org/1999/xhtml">
head runat="server">
    title>/title>
    script src="jquery-1.8.2.min.js" type="text/javascript">/script>
    link href="Base.css" rel="stylesheet" type="text/css" />
    style type="text/css">

    /style>
    script type="text/javascript">
        $(document).ready(function () {
            $("#%=rblHobbies.ClientID%> input[type=radio]").bind("change", function () {
                if ($(this).val() != "") {
                     $("#message").text("Text:" + $(this).next().text() + "  Value:"+$(this).val());
                }

            });
        });

    /script>
/head>
body>
    form id="form1" runat="server">
    div style="margin: 100px auto; width: 400px; height: 200px;">
        fieldset style="width: 400px; height: 150px">
            p>
                请选择爱好/p>
            asp:RadioButtonList ID="rblHobbies"  runat="server" >

                asp:ListItem Value="1">音乐/asp:ListItem>
                asp:ListItem Value="2">篮球/asp:ListItem>
                asp:ListItem Value="3">美剧/asp:ListItem>
                asp:ListItem Value="4">电影/asp:ListItem>

            /asp:RadioButtonList  >
        /fieldset>
        br />
        div id="message" style="color:blue;">/div>
    /div>
    /form>
/body>
/html>

您可能感兴趣的文章:
  • jQuery中select与datalist制作下拉菜单时的区别浅析
  • jquery ajax后台返回list,前台用jquery遍历list的实现
  • 基于MVC5和Bootstrap的jQuery TreeView树形控件(一)之数据支持json字符串、list集合
  • jQuery插件datalist实现很好看的input下拉列表
  • JqueryMobile动态生成listView并实现刷新的两种方法
  • CheckBoxList多选样式jquery、C#获取选择项
  • Jquery操作下拉框(DropDownList)实现取值赋值
  • jQuery接受后台传递的List的实例详解

标签:益阳 攀枝花 厦门 南平 枣庄 拉萨 POS机 咸宁

巨人网络通讯声明:本文标题《asp.net使用jQuery获取RadioButtonList成员选中内容和值示例》,本文关键词  ;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 收缩
    • 微信客服
    • 微信二维码
    • 电话咨询

    • 400-1100-266