jQuery BBQ is a "Back Button & Query Library" that enables simple bookmarkable #hash history via a cross-browser window.onhashchange event.
Questions tagged [jquery-bbq]
81 questions
0
votes
0 answers
Deep linking using BBQ plugin
I'm not sure what it is that I am doing wrong here. When I open the HTML code for it, it just crashes. Does anyone have any idea if my syntax is wrong, or I'm just fundamentally not understanding how the BBQ plugin works? Thanks so…

user1517446
- 25
- 4
0
votes
1 answer
jQuery BBQ split URL state into useable chunks
Trying really hard to understand jQuery BBQ and not doing so well. There are a few things I need to figure out, but I'll try to focus this on what I believe is the most important in hopes that knocking that part out will guide me to solving the…

technopeasant
- 7,809
- 31
- 91
- 149
0
votes
1 answer
Ajax save scroll position of div before hashchange (BBQ Plugin)
I'm using the jquery BBQ plugin for my ajax hashchange events and history states. My issue is that it doesn't save the scroll position, so when I use the back button the scrollbar isn't positioned where it was before the hashchange, but rather the…

CoreyRS
- 2,227
- 3
- 26
- 44
0
votes
1 answer
How to use Dynamic loaded content with jquery bbq
First of all, i am new to jQuery. I found that my web application face a problem in which a user is unable to navigate back to the previous page or even refresh the page. It's making it re-direct to the first page of the web app.
Here's part of my…

dejiar
- 1
0
votes
1 answer
change url hash value on a link
i have a url string and i am wondering how to change the order=desc part into order=asc when Iuse a link on a page?
http://localhost/en/search?city=Paris#order=desc
when i click on a link e.g.
Change order
the url would change into…

franticfrantic
- 2,511
- 3
- 17
- 14
-2
votes
1 answer
jQuery BBQ with next and previous buttons
How would one go about applying jQuery BBQ links to a page that doesn't use numbered tabs, but instead uses previous and next buttons to change the corresponding content areas? Thanks!

fast
- 29
- 1
- 3