views:

19

answers:

1

Hello, I was wondering if anyone has any examples or tutorials on how I can create a search area like the one on BuySellAds.com to the left of this page.

I like the sliders and how you can select a category and it will automatically update.

Also, can this be done with jQuery?

thanks for any help/info.

+1  A: 

jQuery UI, a library with user interface widgets, has a slider you can specify such a range with. Having that range you then can make an Ajax request to get the search results and show them in your document.

Gumbo