Git Commands • git init creates a new Git repository • git status inspects the contents of the working directory and staging area • git ...
Tuesday, 9 July 2019
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 });