<!DOCTYPE html > <html lang = "en" > <head> <title> Get City State from Pincode </title...
Monday, 23 December 2019
Monday, 16 December 2019
How to hide image broken Icon using only CSS/HTML?
satish mallick
December 16, 2019
See the Pen How to hide image broken Icon using only CSS/HTML? by satish mallick. <img src="Error.png...
Friday, 13 December 2019
Create Dynamic Table Using JavaScript
satish mallick
December 13, 2019
See the Pen Create Dynamic Table Using Javascript by satish mallick. ------------------------------------------------------------...
Thursday, 12 December 2019
Browser Detect using jQuery
satish mallick
December 12, 2019
See the Pen Browser Detect in jQuery by satish mallick ( @satishmallick ) on CodePen . -----------------------------------------...
JavaScript Keycode values
satish mallick
December 12, 2019
Key Code backspace 8 tab 9 enter 13 shift 16 ctrl 17 alt 18 pause/break 19 ...
Tuesday, 10 December 2019
Periodic Table Using CSS3
satish mallick
December 10, 2019
See the Pen Periodic Table by satish mallick.
Tooltip using css3 and jQuery
satish mallick
December 10, 2019
See the Pen Tooltips using css3 and jQuery by satish mallick ( @satishmallick ) on CodePen . Output Video
Animated Login Form Using jQuery
satish mallick
December 10, 2019
See the Pen Animated Login Form Using jQuery by satish mallick ( @satishmallick ).
Thursday, 5 December 2019
Show and Hide Password button in JavaScript
satish mallick
December 05, 2019
See the Pen Show and Hide Password button in JavaScript .
Monday, 11 November 2019
Fixed table head - CSS-only
satish mallick
November 11, 2019
See the Pen Fixed table head - CSS-only by satish mallick ( @satishmallick ) on CodePen .
Tuesday, 17 September 2019
Disabe an “option” using javascript on a jquery chosen dropdown
satish mallick
September 17, 2019
See the Pen disabe an “option” using javascript on a jquery chosen dropdown by satish mallick ( @satishmallick ) on
Monday, 9 September 2019
Get current URL with jQuery?
satish mallick
September 09, 2019
To get the path, you can use: var pathname = window.location.pathname; // Returns path only (/path/example.html) var url = window....
Thursday, 5 September 2019
Set window to fullscreen (REAL fullscreen; F11 functionality) by javascript
satish mallick
September 05, 2019
See the Pen Set window to fullscreen (REAL fullscreen; F11 functionality) by javascript
Wednesday, 28 August 2019
Jquery to show div on scroll down only
satish mallick
August 28, 2019
See the Pen Jquery to show div on scroll down only by satish mallick ( @satishmallick ).
How to sticky header without jumping during scroll?
satish mallick
August 28, 2019
See the Pen How to center sticky header without it jumping during scroll? by satish mallick ( @satishmallick ).
Find the index of the array element you want to remove, then remove that index with splice . The splice() method changes the contents of...
Monday, 26 August 2019
Humble-bundle-python-programming-14-books
satish mallick
August 26, 2019
Humble-bundle-python-programming-14-books Will be deleted on 3 September, 2019 https://wetransfer.com/downloads/ed972b5e3c2f50a7d4c682...
Tuesday, 9 July 2019
satish mallick
July 09, 2019
Git Commands • git init creates a new Git repository • git status inspects the contents of the working directory and staging area • git ...
Friday, 5 July 2019
To-Do List Using jQuery
satish mallick
July 05, 2019
See the Pen To-Do List Using jQuery by satish mallick ( @satishmallick ) on CodePen . <html> <head> ...
Thursday, 4 July 2019
Text scroller in jQuery
satish mallick
July 04, 2019
See the Pen Text scroller in jQuery by satish mallick ( @mallick_satish ) on CodePen . I am a designer. ...
How to Use Public JSON APIs
satish mallick
July 04, 2019
How to Use Public JSON APIs We can query public databases and request data in the form of JSON. To learn about JSON read this MDN guide ...
Monday, 1 July 2019
Loading scripts after page load --OR-- Run JavaScript Only After Entire Page Has Loaded ?
satish mallick
July 01, 2019
document.addEventListener("DOMContentLoaded", function(event) { //code here });
Friday, 14 June 2019
Pixabay Image Search using javascript
satish mallick
June 14, 2019
See the Pen Pixabay Image search using javascript and jquery by satish mallick ( @satishmallick )
Sunday, 9 June 2019
Auto print using Javascript
satish mallick
June 09, 2019
<script type="text/javascript">// <![CDATA[ document.body.onload=function(){ document.body.offsetHeigh...
Friday, 3 May 2019
See the Pen How To Remove The Selected LI From An UL Using Javascript by satish mallick ( @mallick_satish ) on CodePen .