Why and When of jQuery
Written by Samiullah Khan, Posted in Opinions
Why jQuery Let’s explain DOM as this term, will be used numerously for the rest of the article. Essentially jQuery solved issues between DOM and JavaScript. When Html renders all the assets like html,images and CSS it creates a DOM tree and that we use JavaScript to traverse DOM tree or elements on the page. When web […]