<body onload="on()"> <p>Please input a number between 1 and 10:</p> <input type="text" id=...
Monday, 29 December 2014
Monday, 22 December 2014
Tab based popop in jQuery
satish mallick
December 22, 2014
<div class="tabbing"> <ul class="tab"> <li><a href="javascript:void(0);...
Create typing effect using CSS3 animation
satish mallick
December 22, 2014
<div class="content"> <h1>Typing Effect In Css3</h1> <h2>UI Designer</h2>...
Sunday, 21 December 2014
How to disable any controls using jQuery
satish mallick
December 21, 2014
<input type="button" value="satish" /> <script> $(document).ready(function(e) { $('input:bu...
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> ...
Friday, 19 December 2014
Add/Remove Input Fields Dynamically with jQuery
satish mallick
December 19, 2014
<script src="jquery.min.js"></script> <script> $(document).ready(function() { var max_fields = ...
Monday, 15 December 2014
jquery Dynamically add background color in each elements
satish mallick
December 15, 2014
<script src="jquery.js"></script> <ul class="color"> <li>Demo Text 1</li> <li...
Saturday, 13 December 2014
Image change with refresh or load a page by javascript
satish mallick
December 13, 2014
<SCRIPT LANGUAGE="JavaScript"> var imgs = new Array() imgs[0] = 'html-css-js2.jpg' imgs[1] = 'css3_...
Wednesday, 10 December 2014
add class in each 3rd element
satish mallick
December 10, 2014
<ul> <li><a href="#">1</a></li> <li><a href="#">2</a></li...
page loader in jquery
satish mallick
December 10, 2014
<script> jQuery(window).load(function() { // makes sure the whole site is loaded jQuery("#status").fadeOut();...
Wednesday, 5 November 2014
Create custom events and trigger in jQuery
satish mallick
November 05, 2014
<!doctype html> <html> <head> <meta charset="utf-8"> <title>custom events in jquery</title> ...
Wednesday, 29 October 2014
on click css toggle in jquery
satish mallick
October 29, 2014
<!doctype html> < html > < head > < meta charset =" utf-8 "> < title > change css </ title ...
Tuesday, 16 September 2014
Last Modification of the page in javascript
satish mallick
September 16, 2014
<script language="JavaScript"> console.log("This page created by satish mallick Last update:" + document.l...
Sunday, 14 September 2014
How to add anchor tags dynamically to a div in Javascript?
satish mallick
September 14, 2014
----------------------------------------- <div id="tik"> <a>link</a> </div> <script> var m...
Thursday, 11 September 2014
How to get mouse position in jQuery ?
satish mallick
September 11, 2014
<!DOCTYPE HTML> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-...
Tuesday, 19 August 2014
add more then 2 class in jquery
satish mallick
August 19, 2014
---------------------------------------------------------- <script src="https://code.jquery.com/jquery-1.10.2.js"></scr...
Wednesday, 6 August 2014
custom fadein fadeout jQuery Slider
satish mallick
August 06, 2014
<!DOCTYPE html> <html> <head> <meta charset='UTF-8'> <title>Simple fadein fadeout jQuery ...
Thursday, 31 July 2014
custom browse button in javascript and css
satish mallick
July 31, 2014
<script> function browse(a){ document.getElementById("uploadFile").value = a.value; } </script> <styl...
Wednesday, 30 July 2014
...................in javascript.................................... <input type="text" oncopy="return false" onpas...
Wednesday, 23 July 2014
ASCII code in javascript
satish mallick
July 23, 2014
See the Pen Get ASCII code in javascript by satish mallick ( @mallick_satish ) on CodePen . ----------------------------...
Wednesday, 16 July 2014
removeAttr(“href”) on anchor in javascript
satish mallick
July 16, 2014
----------------------------------------------- <script> function anchor(){ document.getElementById('rem').se...
Monday, 14 July 2014
how we can Get Last segment of URL in jquery
satish mallick
July 14, 2014
------------------------------------------------- <script src="https://code.jquery.com/jquery-1.10.2.js"></script> ...
how we can use f5 as a ctrl+f5 in jquery
satish mallick
July 14, 2014
-------------------------------------------------------- <script src="https://code.jquery.com/jquery-1.10.2.js"></scrip...
Friday, 4 July 2014
Onclick increase or decrease value in jQuery
satish mallick
July 04, 2014
See the Pen Onclick increase or decrease value in jQuery by satish mallick. -----------------------------------------------------...
Saturday, 21 June 2014
Pagination in Jquery
satish mallick
June 21, 2014
-------------------------------------------------------- <script type="text/javascript" src="js/jquery.js"></...
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...
Monday, 26 May 2014
----------------------------------------------- <script src="http://www.google.com/jsapi?key=AB"></script> <...
Timeago Php in jQuery
satish mallick
May 26, 2014
--------------------------------------------- <script src="http://http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js...
Textarea Character Limit with jQuery
satish mallick
May 26, 2014
--------------------------------------------------- <script src="http://http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery....
On Click image Change in jQuery
satish mallick
May 26, 2014
--------------------------------------------- <script src="http://http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js...