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.
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.