Breaking

Search Here

20 November 2015

Radio button code using jquery

 ////get radio button value while select radio button (Theme)
            //$("#rbnewtheme").click(function () {
            //    var Newtheme = $("#rbnewtheme:checked").val();
            //    if (Newtheme == "New Theme") {
            //        $("#newtheme").show();
            //        $("#trexistingtheme").hide();
            //    }
            //});

            //$("#rbexistingtheme").click(function () {
            //    var Existingtheme = $("#rbexistingtheme:checked").val();
            //    if (Existingtheme == "Existing Theme") {
            //        $("#trexistingtheme").show();
            //        $("#newtheme").hide();
            //    }
            //});

            ////get radio button value while select radio button (CSS)
            //$("#rbnewcss").click(function () {
            //    var Newtheme = $("#rbnewcss:checked").val();
            //    if (Newtheme == "New Css") {
            //        $("#trnewcss").show();
            //        $("#trexistingcss").hide();
            //    }
            //});

            //$("#rbexistingcss").click(function () {
            //    var Existingtheme = $("#rbexistingcss:checked").val();
            //    if (Existingtheme == "Existing Css") {
            //        $("#trexistingcss").show();
            //        $("#trnewcss").hide();
            //    }
            //});

No comments:

Post a Comment

Hello all, if you have any doubt feel free comment

Comments