Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Chrome and Safari #88

Open
greisdk opened this issue Aug 17, 2012 · 1 comment
Open

Issue with Chrome and Safari #88

greisdk opened this issue Aug 17, 2012 · 1 comment

Comments

@greisdk
Copy link

greisdk commented Aug 17, 2012

Hi

I have made a setup with a lot of pictures divided into categories.
When I run it in Firefox it works perfectly, but when I test it in Chrome and Safari it does not work.
Here, only the first image is moving around!

I do not know what it can be so hope someone can help!

I am running the project currently offline using MAMP

@greisdk
Copy link
Author

greisdk commented Aug 27, 2012

It seem to me that it only will find the very first element in my list.

it should work fine with - but somehow the code dont work.

var $list = $('#cvet');
var $data = $list.clone();

if (sorting_kind == 'all') {
var $filtered_data = $data.find('li');
} else {
var $filtered_data = $data.find('li.' + sorting_kind);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant