What is each method? The each methods of jQuery make it quite easier to iterate through different collection types in DOM. The collection type can be an object Continue Reading
Author: jqueryaz
The toggle method The toggle method of jQuery will hide specified visible element and display the hidden elements. Use toggle method if you need to allow users Continue Reading
The jQuery $.on method In a simple definition, you can say the $.on method is a longer version of event methods like click, dbclick, change, hover, keyUp, Continue Reading
A brief about click method The click method of jQuery can be used in any HTML element like div, paragraphs, span, hyperlink etc. to accomplish some task as Continue Reading
The animate method of jQuery The jQuery animate method makes it quite easier to create animations in your web pages for different elements. Basically, animations are created Continue Reading
The Tooltip plugin of jQuery UI The jQuery UI has a great plugin that will replace traditional and bored looking, small sized tooltips to highly customizable, nicely Continue Reading
The accordion plugin in jQuery UI The accordion plugin by jQuery UI is just like tabs plugin that allows collapsible information section in your web page. The Continue Reading
The autocomplete widget in jQuery UI The jQuery UI library comes up with a very useful plugin that you can use quite easily or otherwise you have Continue Reading
jQuery UI datepicker widget The datepicker widget provided by jQuery UI is highly customizable and very easy to use. From color scheme customization to choosing option to show Continue Reading
jQuery tab plugin In many scenarios, you have different pieces of information related to a specific topic while it is important to present all information on one Continue Reading
Sliders in jQuery The sliders are quite common these days in different types of websites. From an e-commerce site to specify the range of price to search products, Continue Reading
What is a jQuery dialog? The dialog box is a great way to present some useful information to your website visitors. It is a window that floats over Continue Reading