-------------------------------------------------------- <script type="text/javascript" src="js/jquery.js"></...
Saturday, 21 June 2014
How to detect Safari, Chrome, IE, Firefox and Opera browser | JavaScript
satish mallick
June 21, 2014
--------------------------------------------------- var isOpera = !!window.opera || navigator.userAgent.indexOf('Opera') >= 0; ...
Friday, 20 June 2014
Show/Hide in javascript
satish mallick
June 20, 2014
--------------------------------------------------- <a href="javascript:Show_('ename')">Show Content</a> ...
Thursday, 19 June 2014
-------------------------------------------------- <img id="imgk" src="images/smile.jpg" width="100" heig...
javascript Change image onmouseover
satish mallick
June 19, 2014
<img onmouseout="this.src='images/smile.jpg'" onmouseover="this.src='images/smile1.jpg'" src="i...
------------------------------------------------------------- <p id="yo"></p> <script> var currentDate = new...
Wednesday, 18 June 2014
Drop Down List URL Jump Box in javascript
satish mallick
June 18, 2014
--------------------------------------------------- <form name="jump"> <select name="slt" OnChange=...
password protected url in javascript
satish mallick
June 18, 2014
--------------------------------------------------- <script> function password(){ ctp = prompt('plz enter the pass...
--------------------------------------------------------- <input type="text" placeholder="plz enter color code" id=...
Dynamic Date Display in javascript
satish mallick
June 18, 2014
-------------------------------------------------- <script> var day = new Array ("Sunday", "Monday", "Tuesd...
Tuesday, 17 June 2014
---------------------------------------------- <script src="http://http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.j...
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...
Dynamically change "title" using jQuery
satish mallick
June 02, 2014
------------------------------------------ <script src="http://http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js...
disable all jQuery animations at once
satish mallick
June 02, 2014
------------------------------------------ <script src="http://http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js...
How to test JavaScript code performance
satish mallick
June 02, 2014
-------------------------------------------- <script src="http://http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js...
Sunday, 1 June 2014
changing font family and font size in jQuery
satish mallick
June 01, 2014
------------------------------------------------- <script src="http://http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.mi...
Increase font size using jQuery
satish mallick
June 01, 2014
---------------------------------------------- <script src="http://http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min....
-------------------------------------------------- var cur_url = window.location.href.split('/'); var id = cur_url[cur_url.length...
How to get the current URL in JavaScript?
satish mallick
June 01, 2014
----------------------------------------------- <script src="http://http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min....
Check if Checkbox is checked using jQuery
satish mallick
June 01, 2014
-------------------------------------------- <script src="http://http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.j...