1

I need to create a hash url like http://www.example.com/#filter=1&filter=2

How do I use jQuery.bbq.pushState function to store multiple values with a single id(filter in this case) for attaining the above url structure?

Or are there any other methods?

Thanks.

James Allardice
  • 164,175
  • 21
  • 332
  • 312
insightful
  • 189
  • 1
  • 5
  • 14

1 Answers1

0

Try http://www.example.com/#filter=1,2 ?

Ettiene Grobler
  • 535
  • 3
  • 15