You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Forum user: janusz

Basic information

Registered May 24, 2009
Last login May 25, 2009
Forum posts 2
Direct URL http://www.flowplayer.org/forum/users/11017

Latest forum posts

Posts:

Registered:

jquery.scrollable - Delete Items

Posted: May 25, 2009

1) function removeItem() {
2) var api = $("div.scrollable").scrollable();
3) api.end(1);
4) // api.getItems().filter(":last").remove();
5) api.getItems().filter("#myItem4").remove();
6) api.reload().prev();
7) }

Line 5:
The Onclick Style dont work wenn i delete a Item when this not
was the last. Its a Bug ????
Sorry my English is not so good.

Posts:

Registered:

remove item

Posted: May 24, 2009

I'm not so good in English.
My Problem:

var api = $("#Task_05").scrollable(); //OK
api.end(1); //OK
api.getItems().filter("#xyz").remove(); //OK
api.reload().prev(); // THIS Line WORKs, WHEN Filter like
filter (":Last"). But my Filter like
filter("#xyz"). The Hover Style dont
work ????

please Help me