HTML5 “data” attributes allow developers to add data to an element. Using “data-” as a prefix, you can add a data attribute to store some information within an element (any element). Now, how do you ...
There are various ways you can populate data dynamically to an HTML Select element, either by calling a web method or a Web API method in Asp.Net. Here in this post I am sharing simple example on how ...
We often use the HTML5 Range input type element as a range selector on e-commerce sites. Here in this post, I am sharing a simple JavaScript example showing how to extract or read values from Input ...
In this post, I am sharing two quick examples on SELECT element. The first example shows how to set focus on a SELECT element or a DropDown list on page load. In the second example, I’ll show how to ...
You can easily create charts in AngularJS using Chart.js. It’s a JavaScript library, which provides necessary functions and properties to create interactive and animated charts. Chart.js uses HTML5 ca ...
You can store data in a JSON array inside your JavaScript or in a .js file. Similarly, you can store the JSON data in an external file. These file have .json extensions. Here, in this post I’ll share ...
You can populate an HTML select element with options using the AngularJS ng-options directive. The ng-options directive uses an array to populate the select element. In this article, I’ll show you ...
Have you read my previous article on a similar topic? You must if you are looking for a solution in JavaScript or jQuery. Here however, I am going to share with you an example on how to enable or ...
A form usually has many controls on it, a textbox, dropdown list, combos, checkboxes etc. Sometimes the functioning and usability of a control depends on some kind of validations. Here, in this post ...
I have a tool that I have designed few years back, which allows users to resize multiple images instantly without losing the quality of the images. Its an online tool that processes, on an average 480 ...