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
1
vote
2 answers

Jquery quicksand callback

I am trying to return the number of elements after the quicksand has arranged them http://razorjack.net/quicksand/ this should kinda work function adjust_height (){ var getall = $('#wrapper .li').length; …
Benn
  • 4,840
  • 8
  • 65
  • 106
1
vote
1 answer

Quicksand with multiple criteria - how to use ul menu instead of select dropdown

I'm trying to use Quicksand with more than one filter, i've found an great example: http://www.danieltulp.nl/work/quicksand-multiple.htm Which works like this: // DOMContentLoaded $(function() { // bind dropdowns in the form var $filterAlpha =…
1
vote
1 answer

jQuery - changed element won't clone

I have changed the html text of an element, in this case #main_cluster_id_reach_12 $("#main_cluster_id_reach_12").html( '400' ).effect("highlight", {color: '#2a6500'}, 60000 * 5); That works fine but when I try to clone the container that is…
Brad Stewart
  • 119
  • 3
  • 9
0
votes
2 answers

Quicksand: Cached Images disappear after sorting in Chrome

Problem: The first time you visit my projects page and filter the results everything works fine. But for some reason in Chrome whenever I filter the second time all images disappear (it sets the opacity is set to 0). Portfolio Page I cant seem to…
Jose Browne
  • 4,482
  • 3
  • 28
  • 29
0
votes
1 answer

Foreach checked checkbox do quicksand jquery plugin

Based on http://tutorialzine.com/2011/06/beautiful-portfolio-html5-jquery/ tutorial I am trying to implement a sort function to my app. The problem: I have the items that I will sort later with quicksand jquery plugin in this format:
0
votes
1 answer

Quicksand, sudden replacement at end of animation

I purchased a html template and I have an issue with an implemented quicksand plugin. The thing is, as soon as I change the content using quicksand, it has a problem at the end. The pictures are floating to other places but at the end they are…
makke
  • 21
  • 2
0
votes
1 answer

Trouble with jQuery Plugin -Quicksand

I love this plugin and I'm trying to implement it into a custom photo gallery for a clients new web-site. Trouble is troubleshooting. I have a working version of this on my own site and the output html is accurate. I've verified. So I don't know if…
frankV
  • 5,353
  • 8
  • 33
  • 46
0
votes
2 answers

CSS
  • issue with jquery and quicksand
  • I have a page with jquery and quicksand plugin that works fine if I have the same size images. If I have add an different size image it does not show up correctly. Page: -removed- I presume it has something to do with the CSS and I cannot see what…
    Scriptor
    • 1,125
    • 1
    • 6
    • 13
    0
    votes
    1 answer

    Why Do the Images Vanish in jQuery Quicksand?

    I don't understand why the images vanish when I click on a filter. The Quicksand script code (located in the file called jquery.custom.js): jQuery.noConflict(); jQuery(document).ready(function($){ // Clone applications to get a second…
    humanbeing
    • 121
    • 2
    • 3
    • 12
    0
    votes
    1 answer

    Jquery Quicksand resorting elements based on html5 data attributes

    Please check out my code here http://jsfiddle.net/k6FZz/2/ So I have some html elements in a page, with 4 different data-sort attributes, which are integers. I also have 4 sort buttons, sort1, sort2, and etc, I want to sort those html elements…
    Yasser1984
    • 2,401
    • 4
    • 32
    • 55
    0
    votes
    2 answers

    implementing two set of filter criteria in quicksand

    I am not so god at debugging Jquery plugins. In my current project I need to implement the quicksand plugin. I have made that working but the problem arises when the data need to be filtered in respect to two set of filtration.
    santanu
    • 5,217
    • 7
    • 26
    • 17
    0
    votes
    3 answers

    Jquery Quicksand filter + prettyphoto not working after ajax loading content

    I'm testing quicksand script to filter some image. I had implemented the script with some image DEMO HERE. As you can see there are circle, pentagon and triangle with different color. The filter are working fine thanks to this inline…
    pmalerba
    • 1
    • 1
    • 2
    0
    votes
    2 answers

    Jquery callback script executes but does not work

    I've had a lot of help from stack overflow getting this page to where it is with its functionality and it's almost there, I'm just not a jQuery expert. Working example: http://www.metropoliscreative.com/jake_test/test1.html I'm using Galleriffic (a…
    Redlist
    • 93
    • 3
    • 10
    0
    votes
    2 answers

    Jquery conflict? Quicksand vs. Gallerific cancel eachother

    Im using Galleriffic (a dynamic gallery jquery plug) and Quicksand (a jquery filtering plug). Here is my working example: http://www.metropoliscreative.com/jake_test/test1.html If you click the thumbnails, they will load properly in the big pane.…
    Redlist
    • 93
    • 3
    • 10
    0
    votes
    1 answer

    using quicksand plugin to get specific data

    Can anybody help me with the quicksand plugin, I am trying to load the web data-value first not the all data-value that is loaded on pageload.The idea is when I click on my drop down menu for instance Web design the web.html already has the web…
    Bruno
    • 3
    • 4