----------------------------------------------  <script src="http://http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.j...
Tuesday, 17 June 2014
OnClick value with innerhtml in javascript
satish mallick
June 17, 2014
 ---------------------------------------------------   <h1 id="title1">ys</h1> <input type="text" id=...
 <textarea onclick="this.select();">Text Text Text Text Text Text Text </textarea>  
Friday, 13 June 2014
 ----------------------------------------------------------  <input type="button" value="blue" id="change color...
Thursday, 12 June 2014
jquery-delete-multiple-values-options-listbox
satish mallick
June 12, 2014
 -----------------------------------------------------  <script src="http://http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquer...
Monday, 9 June 2014
Registration form validation using javascript
satish mallick
June 09, 2014
 <script>      function Submit(){      var emailRegex = /^[A-Za-z0-9._]*\@[A-Za-z]*\.[A-Za-z]{2,5}$/;      var fname = document.form.N...
Monday, 2 June 2014
Draggable div Without JQuery UI
satish mallick
June 02, 2014
    See the Pen    Draggable div without jQuery UI  by satish mallick.    ------------------------------------------------------  <script...