See the Pen Ludo Game by satish mallick ( @satishmallick )
Wednesday, 1 April 2020
Sunday, 12 January 2020
load multiple stylesheet using javascript
satish mallick
January 12, 2020
var loadMultipleCss = function(){ //load local stylesheet loadCss('https://stackpath.bootstrapcdn.com/boo...
Monday, 23 December 2019
Get city state from pincode using javascript
satish mallick
December 23, 2019
<!DOCTYPE html > <html lang = "en" > <head> <title> Get City State from Pincode </title&g...
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&quo...
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 ...