Displaying 3 results from an estimated 3 matches for "joeblackde".
2005 Oct 21
5
Basic subscribe-loading-unsubscribe button
(This is a beginners'' question)
I can''t seem to find this in the wiki or in the list archives. Button
says "subscribe". User clicks. Button says "loading". Then button says
"unsubscribe". (or the other way round)
Apologies for the simplicity of the question, but any help is appreciated.
Thanks,
Peter
2005 Sep 29
14
Draggables and overflow div''s revisited
I have two scrollable div''s (overflow:auto), one with
a list of elements (the source) and the other is the
drop target (dest).
I''ve enabled ghosting so that the drag element gets
out of the scrollable box (good).
Interesting, at least on Firefox, the ghosted drag
ends up going ''under'' the destination div when I drag
it. No amount of z-order fidding seems to
2005 Sep 18
0
Sortable Dropable, Dragable
I''m trying to create an application where you pick from a list of items
to add to an album. Once in the album they can be sorted or removed.
I''ve run into nothing but bugs trying to get this to work.
I currently have each item draggable in the list. Once it is dragged
onto the album rails takes over and adds the id to an array and renders
the album partial. All of the items