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
1 answer
Jquery code doesn't work well on firefox/ie
I have the following code (on jsfiddle here)
$(function(){
var $container = $('#gallery');
$container.isotope({
filter: '*',
animationOptions: {
duration: 750,
easing: 'linear',
queue:…

Nick Ginanto
- 31,090
- 47
- 134
- 244
0
votes
0 answers
How to display this next and prev title in url with bbq and jquery
any one can help me i have gallery and every li has data-title, i want to add that value to url, im trying with no luck its always saying undefined, but i have post id and i easily added that to url. any one knows how to pass that data-title…

Digital Legend
- 149
- 1
- 13
0
votes
1 answer
Tracking onhashchange events
Looking for a best practice for the following scenario:
In a traditional webapp, we perform analytics on logs based on http GETs. The project in question leverages HTML5, jQuery and Mustache.js to dynamically render templates from JSONP calls. The…

lars
- 99
- 1
- 14
0
votes
1 answer
Integrating Isotope with BBQ hash history
I know it's a popular question but I'm struggling a little with the tutorial on the Isotope site to develop my current Isotope to use BBQ hash history.
I am essentially trying to add BBQ hash history to my current set up so I can link directly to…

John the Painter
- 2,495
- 8
- 59
- 101
0
votes
1 answer
Codeigniter, Jquery, want to show breadcrumbs
I want show breadcrumbs in my site..
I have used jquery bbq in my website.
and i tried to implement the breadcrumbs like in my site.
My BreadCrumbs View File includes:
in the script of bbq i tried like this,
var url =…
Sizzling Code
- 5,932
- 18
- 81
- 138
0
votes
1 answer
Get value after hash with Jquery BBQ
I'm using Jquery BBQ as I want to get the value after a hash in a url. So I have:
var url = $(this).attr('href');
console.log(jQuery.deparam.fragment(url));
When I explore the log I see:
Object
131: undefined
__proto__:…

user1716672
- 1,073
- 2
- 20
- 44
0
votes
0 answers
Jquery BBQ, call function instead of hide() or show() for better effects?
I'm trying to figure out how to extend the BBQ library to support some basic functionality but I'm finding it impossible to do at the moment. I'm creating a AJAX loading portfolio site and am following this example…

awvickers
- 39
- 7
0
votes
1 answer
JQuery Ajax Uncaught Type error of Of Object
I am currently using JQuery BBQ Js plugin for ajaxified navigation of my website, while I am navigating the whole site with ajax, there's one link that would show me this error.
This is my markup
0
votes
1 answer
jQuery BBQ: Adding transitions like fading, slide, etc
First time asking a question on here, but I use stackoverflow avidly.
I've created a site using jQuery BBQ to load pages in an AJAX fashion, and still be able to track the history with back button, etc...
Out of the box BBQ just uses the .hide() and…

cavemon
- 11
- 1
0
votes
1 answer
0
votes
1 answer
Back button not changing hash at first time
My question is like this one, but my problem is not in IE (not tested), but in Chrome and Firefox. Anyway, that question has no responses.
I'm using BBQ plugin, with this code:
$(window).bind('hashchange', function(e) {
var href =…

ricardoc
- 131
- 3
- 10
0
votes
2 answers
Appending an ID to the end of a URL
I managed to get the appending of the hash tag to the URL depending on the ID, however, it is not properly hiding/showing the DIVs within IE8. Also, I noticed that the part of the jQUery that adds the .selected class is not functioning properly. Any…

Joey O
- 315
- 2
- 17
0
votes
3 answers
How to serialize a form in jquery for use in url hash without submitting form?
I want to create a string representation of certain html forms for storing in the hash portion of the url.
I was lazily hoping that there would be such a method and jquery. serialize() seems to do the trick, except that in all the examples I've…

Bruce
- 2,406
- 5
- 29
- 35
0
votes
2 answers
Is it possible/wise to build a mobile website with jquerymobile, ajax and jquery bbq?
I have a website intended for desktops/laptops, built with jquery and jquery bbq.
I now want to produce a mobile version of this site and am planning to use jquerymobile. However, I'm a little scared to see href="#" links in some of the…

Bruce
- 2,406
- 5
- 29
- 35
0
votes
1 answer
How to correctly implement History.js or any other alternative (jquery bbq, pjax, jquery adress) in this application?
Core of the page that am working on looks like this http://jsfiddle.net/AUCYf/1/ and when user lands on it from search engine the content in 'toggle box' that has been searched shoud be opened. I found a lot of tutorials on making AJAX crawlable but…

jak
- 7
- 1
- 5