<input type="button" value="satish" /> <script> $(document).ready(function(e) { $('input:bu...
Sunday, 21 December 2014
How to make checkboxes to act like radio button using jQuery ?
satish mallick
December 21, 2014
<input type="checkbox" value="Male">satish mallick<br/> <input type="checkbox" value="mal...
How to call any event only once in jQuery ?
satish mallick
December 21, 2014
<button class="once">click me</button> <script src="jquery.js"></script> <script> $(...
Highlight text on focus for all input textboxes using jQuery
satish mallick
December 21, 2014
<input type="text" value="satish" /> <script src="jquery.js"></script> <script> ...