Advertise here

jQuery Plugins Tagged ‘search bar’

Advanced Search Form with jQuery and CSS

February 04, 2016     5434     Form Elements
Advanced Search Form with jQuery and CSS

A tutorial about creating search form with advanced filtering options and quick link suggestions with CSS and jQuery.

Read More »

Expanding Search Bar with jQuery

January 13, 2015     2870     Form Elements
 Expanding Search Bar with jQuery

A tutorial about creating Expanding Search Bar with jQuery.

Read More »

Mobile Friendly and Responsive Expanding Search Bar

June 26, 2013     24184     Mobile Responsive
Mobile Friendly and Responsive Expanding Search Bar

A tutorial on how to create a mobile-friendly and responsive expanding search bar.

Summarized, this is what we want the search component to do:

  • Initially, we only want to show a button with a search icon.
  • When clicking on the icon, we want a text input to slide out.
  • The component should be fluid, meaning that we can use it in a responsive context.
  • For a smoother experience on touch devices, we’ll also want to add support for touch events.

Read More »