jQuery DataTable is a free plug-in for JavaScript and jQuery libraries. It is used for displaying information on the HTML tables. DataTables have inbuilt many customizable features like data search, pagination, and showing a particular number of rows. DataTables provide inbuilt search and pagination functionality to a normal HTML table. Here we learn about how […]
Auto Expand Input and Textarea Based on Text Length
We all are curious about how to auto expand input and Textarea based on text length. By default in both form element Textarea auto grow and also input box expands functionality is not available. On the other side, there is no simple CSS and HTML available for auto expand input height based on text length. So, today […]
How to Embed PDF in Website Using HTML
In this article, we discuss How to Embed PDF in Website Using HTML. In HTML there are 3 ways to embed PDF in HTML. 3 Ways to Embed PDF in Website using HTML By using object <object> tag. Using embed <embed> tag. Using iframe <iframe> tag Embed PDF using iframe in HTML To embed pdf […]
DOM | Document Object Model
As the name suggests, in this article we talk about DOM stands for Document object model (DOM). In DOM we discuss it’s properties and programmatical methods that are used for manipulating the document. Introduction Document Object Model | What is a DOM In this dom tutorial, DOM or document object model is an application programming […]
Selection in CSS | CSS ::selection
How To Change Text Selection Color Selection in CSS ::selection is a selector of CSS, that highlighted the text, which is selected by the user. For example, a part of a web page that is selected by the user using any device like a mouse or any pointing device. See an image (selection CSS), also […]
3D Loader using CSS
Today we create an animated 3D loader using CSS, which is pretty interesting because of that effects loading animation. Also, this is called waiting animation, when any user going to your website and click on any link than that page opening time covers that 3D loader or preloader. Check below for LIVE VIEW Here is the […]
7 Most Useful JavaScript Array Functions
The topic contains a brief explanation of JavaScript Array and how to create and manipulate JavaScript arrays. Here we discuss 7 most used JavaScript array functions and it’s working with example, length() push() pop() shift() unshift() indexOf() foreach() What is an Array Arrays are the variables that are used to store multiple values in a single variable. […]
Percentage Difference Calculator using Jquery & PHP
On this, we calculated the percentage of a number using a simple formula as given below. If you change the position of the number you may get different results. We use Jquery to develop this functionality. Check Live DEMO below. Willing to explain a straight forward rate change in the server with PHP and Jquery? […]
Media Query CSS for Desktop, Tablet, Mobile
What is Media Queries in CSS? Media queries are the CSS features used to develop responsive websites. Means media queries help to adapt web page content to different sizes according to screen resolutions. They are responsible for responsive web design and used to customize the web page design or web design for multiple resolution devices. […]