Pages
(Move to ...)
Assignment
Synopsis
C
Graphics
Compiler
C#
DCN
DBMS
Discrete Math
DS
IT Fun
Java
Json
NIELIT
Notes
Office
OOPS
OS
PHP
Project
Phython
Question
SSAD
Web
UGC Net
VB
ASP
▼
Monday, 21 January 2019
Jquery Radio button operations
Check selected radio button
HTML
<
input
type
="radio"
value
="Active"
checked
name
="rdostatus"
/>
Active
<
input
type
="radio"
value
="InActive"
name
="rdostatus"
/>
In-Active
Jquery
alert($(
"input[name='rdostatus']:checked"
).val());
Next Topic
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment