Learn how to Get/Set the value from the select box or combo box using JavaScript! In this article, we have two simple functions which will do that job. To set these options using jQuery read: Get and Set the select box options using jQuery
Comments closedCategory: JavaScript
JavaScript is an Object Oriented Programming language (OOP). An Object is a special kind of data and acts like real –life objects. An object has properties and methods. A real-life example for object could be a music system. It has properties like, on, off, current volume, etc. The methods could be said as, turn on, turn off, increase volume, etc. Similarly, JavaScript objects do have properties and methods.
Comments closedThis article briefly explains the fundamentals of JavaScript. The basic characteristics, features, usage, etc. have been explained in simple terms. Topics like, What is JavaScript ?, How can we use the JavaScript ? , Where to place a JavaScript code ?, Characteristics of JavaScript, JavaScript variables, JavaScript operators, etc. are explained in a simple manner.
Comments closedThis article shows how to parse an XML file and write the data into an HTML page. Parsing XML using JavaScript is very much useful when there is no server side scripts to load dynamic data into an HTML file.
Comments closedIn this article you will learn how write a simple JavaScript for loop function.
Following is a sample of “For loop” function:
Flickering pop-up banner using JavaScript
Introduction:
This article is on “how to make a pop-up with a flickering effect using JavaScript”. This effect makes the banner more attractive to get the visitor’s attention. In this tutorial, we will learn how to make a flickering border to the banner.