Questions tagged [quicksand]

jQuery Quicksand is a jQuery plugin to reorder and filter items with a nice shuffling animation.

jQuery Quicksand is a jQuery plugin to reorder and filter items with a nice shuffling animation.

115 questions
2
votes
1 answer

Getting "rawDestElement is undefined" using jQuery Plugin Quicksand

I am using the jQuery Quicksand plugin -- http://jsfiddle.net/se9pY/ but I get rawDestElement is undefined in FireBug... $(function() { $("#filter a").click(function() { var $this = $(this), $oriColl = $("#boxes"), …
JM at Work
  • 2,417
  • 7
  • 33
  • 46
2
votes
1 answer

jQuery quicksand plugin with .click method

I'm attempting to add this .click function to each image I'm sorting with the quicksand plugin for jQuery $('li img').click(function() { var verticalCenter = ($(window).height() - $('#popupContent').height() ) /2; var horizontalCenter =…
User1
  • 71
  • 7
2
votes
1 answer

Add function inside Quicksand jquery

I'm using quicksand but I'd like to add a hover effect inside the element that is filtered by Quicksand jquery. (function ($) { var $itemsHolder = $('ul.proyectosthumb'); var $itemsClone = $itemsHolder.clone(); var $filterClass = ""; …
David
  • 2,283
  • 2
  • 14
  • 16
2
votes
1 answer

Combining Jquery Quicksand with Pagination

I'm trying to combine a filterable quicksand portfolio with pagination in a Wordpress website. I've searched a lot and there's some examples with a standard Wordpress pagination, but those examples load another url for the pagination and do a new…
Arne
  • 75
  • 8
2
votes
1 answer

Use jQuery Quicksand for multiple lists

I am attempting to use jQuery Quicksand to filter more that one list of items from a single set of option. I have the plugin functional based off of a simple class (instead of the id) as the documentation would suggest. Here is my JS…
Sheixt
  • 2,546
  • 12
  • 36
  • 65
2
votes
2 answers

jQuery `Quicksand` plugin not working, how do I use it?

Basically.... Get this working... JSFiddle! I am trying to use the jQuery plugin for filtering items inside 3 UL's. (Each
    will have a unlimited amount of list items.) The plugin I am using is located at the link below (Quicksand) (along…
    Anil
    • 21,730
    • 9
    • 73
    • 100
    1
    vote
    1 answer

    jQuery Quicksand — not filtering?

    So I'm totally in love with Orman Clarke's 'Classica' wordpress theme, but being unable to link to prefiltered content was always an issue. Unfortunately, I downloaded (and found somewhat of a solution) in the 1.1.4 release, but since my upgrade to…
    1
    vote
    1 answer

    JQuery Quicksand: Link directly to pre-filtered Quicksand from another page

    For example: If I have a page called fruit.php with Quicksand and the filters are 'All', 'Apple', and 'Bananas' and it is set to 'All' by default, can I link to fruit.php from some other page and have quicksand pre-filtered to 'Apple' or 'Banana'…
    Ark-of-Ice
    • 479
    • 2
    • 6
    • 21
    1
    vote
    1 answer

    Fancybox and Quicksand - Bit of a headache

    I've been trying to get Fancybox and Quicksand to work together. I've got them both working, on the same page, just not "together". Here's some pieces of code: