-
This article shows how to draw a rectangle shape using the canvas tag in HTML5. cavas tag in HTML5 extends the possibilities of drawing various shapes like, rectangles, circles,etc. with various filling styles, like solid fills, gradient fills, pattern fills, etc.
-
This article shows how to combine two objects into a single object. One of the simplest ways to combine multiple js objects into single object.
-
This tutorials describes an overview of JSON (JavaScript Object Notation). This tutorial deals with the what is JSON, what are its features, the JSON syntax,etc.
-
This article show multiple ways how to identify which version of jQuery is used on the page. Finding the jquery version is made easy.
-
Getting and setting the value and the text of a selectbox using jQuery is very simple. Get selectbox value, get selectbox text, set selectbox value, set selectbox text, get selectedIndex, set selectedIndex ,etc. using jQuery are mentioned in this article.