This article explains how to implement custom date range picker to select year, month or quarter only (Generally used in reporting) and get start date and end date of user selected value. We will use daterangepicker jQuery-Plugin by filamentgroup. I see jQueryUI DatePicker but it’s little bit complicate.
Tag: demo
Simple Slide Tabbed box(Content Slider) using jQuery
There are many jQuery Content Slider Plugins and Tutorials available for adding this type of functionality to website, but I need a simple content slider without using any complex jQuery code. I like the following content slider. It uses the power of CSS and beauty of jQuery.
Simple Tabs with CSS & jQuery
If you want to create Tabs using CSS and jQuery, the following tutorial is good option for you; it explains how to create tabs step by step using CSS & jQuery. The main thing I like is that it can be easily customized.