In web design, the autocomplete feature is a common one. When the user types some value in the search text box, it automatically shows a… Read More
Tag Archives: jQuery-Misc
Given an HTML form and the task is to submit the form after clicking the ‘Enter’ button using jQuery. To submit the form using ‘Enter’… Read More
Set the height of a div element using jQuery The content height of a div can dynamically set or change using height(), innerHeight(), and outerHeight()… Read More
In this article, we will be showing you how to make a custom automatic Pop-up box for subscribing to any service. You might have often… Read More
An HTML element can be hidden with the help of .hide() jQuery function or we can hide easily by making visibility equals hidden in CSS.… Read More
Suppose we have given an HTML document and the task is to hide an HTML element in mobile view with the help of jQuery. Approach:… Read More
A QR code generator is an application that stores any required textual data into a QR code which can be later scanned with a QR… Read More
If you have ever used Google forms, you might have wondered how does it work. How an end-user can create their form dynamically. If these… Read More
jQuery is a Javascript library. An unobtrusive validation in jQuery is a set of ASP.Net MVC HTML helper extensions.By using jQuery Validation data attributes along… Read More
Given an HTML document containing a table, the task is to count the number of rows and columns in that table using JQuery. Approach: The… Read More
The task is to fetch data from the given JSON file and convert data into an HTML table. Approach: We have a JSON file containing… Read More
Magnific Popup is a fast, light, mobile-friendly and responsive lightbox and modal dialog jQuery plugin. It can be used to open inline HTML, ajax loaded… Read More
The task is to make the close button using Pure CSS. There are two approaches that are discussed below. Approach 1: Create a <div> inside… Read More
jQuery val() method is used to get the value of an element. This function is used to set or return the value. Return value gives… Read More
Link tooltips are a great way to display extra information when an element or link is hovered on. There are several ways to do this.… Read More