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
0
votes
2 answers

TypeError: Property '$'

I'm getting an error with my jQuery. Uncaught TypeError: Property '$' of object [object Object] is not a function jquery.custom.js:19 portfolio_quicksand jquery.custom.js:19 (anonymous function) jquery.custom.js:71 l jquery.js:2 c.fireWith…
bryanlewis
  • 577
  • 3
  • 10
  • 27
0
votes
2 answers

Callback needed, don't know how

My problem is this. that i create a list of
  • in side
      element. when you click on one of thouse
    • elements, the others disappear. now when you click on [See all items], the previous list appears agen. But now when you click on the other…
  • Mihkel L.
    • 1,543
    • 1
    • 27
    • 42
    0
    votes
    2 answers

    jQuery Quicksand ignores overflow:auto on animation

    I'm using the jQuery plugin Quicksand to list some documents for my users to access, I have several hundred documents so I only show a few of them from the beginning. The list (ul) is built to show about 20 document titles at a time, and the rest…
    Punchlinern
    • 714
    • 5
    • 17
    • 33
    0
    votes
    1 answer

    Filtering Quicksand using Query String

    FYI I suck at javascript and can't wrap my head around Query Strings. My question is regarding Quicksand http://razorjack.net/quicksand/index.html How do I modify the http://razorjack.net/quicksand/scripts/main.js using javascript to allow for…
    0
    votes
    2 answers

    'click' event disappears in Backbone.View after using Quicksand

    There is a 'View' in the model with the event click. After using the Quicksand effects plug-in for jQuery, the objects loose their event handlers. I have tried to add the listener for the event with standard methods in backbone.js: events: { …
    0
    votes
    0 answers

    JQuery filtering with quicksand

    I am using the example of quicksand http://razorjack.net/quicksand/demos/one-set-clone.html And it works just fine. However he uses an outdated jquery version.