Equal Height Columns with jQuery
In a multi-column template, the columns height is based on the content length. If the content lengths are varied then the columns will not b ...
jQuery examples for handling DOM manipulation, AJAX, form validation, and UI interactions. Focused on solving common frontend problems with simple code.
In a multi-column template, the columns height is based on the content length. If the content lengths are varied then the columns will not b ...
In this tutorial, we will see how to avoid duplicate submit using jQuery. While submitting a form via an AJAX function, the page will not re ...
By restricting users from typing invalid data we can minimize validation errors in an earlier stage. Let us see an example to do this using ...
Now we are going to see about how to enable or disable form submit button based on the form validation result. In a previous example, we hav ...
Sorting MySQL column via an AJAX call will prevent us from sending the column name and column order in URL. So, it makes page URL simple. In ...
jQuery News Ticker is used to marquee a list of text one by one. If you want a JavaScript News Ticker the linked article has the code. It is ...
In HTML5, it has data-* attribute which is used to store custom data with an HTML element. These attributes used to keep more information on ...
In this tutorial, we are going to see how to flip an image using jQuery and CSS. In a previous tutorial, we have seen various jQuery animati ...
Web page content with background slideshow will give rich look and feel and a beautiful page. In a previous tutorial, we have seen jQuery im ...
Search is a useful feature for an HTML drop-down list. Especially it will increase user convenience to select items from the drop-down havin ...