Some times we may have some values are attaching to the checkbox ids, like example below. Using $("[Id*='isAccommadation']") code we can get selected checkbox value and we can do the event operations.
This is not limited to check box. This will applicable...
Home
»
Archives for
October 2013
Check box checked and unchecked using JQuery
in
JQuery Basics
,
JQuery Examples
- on
06:57
-
No comments
By using below code, if we check on one check box, all other check boxes will checked, if we un check all other check boxes will unchecked.
<!DOCTYPE html>
<html>
<head>
<title></title>
<script src="http://code.jquery.com/jquery-latest.min.js"...