Hi Derren ,

You can set scroll: window when you creating dragable div (time in
your case)

like

Draggable(id,{
        handle:handle,
        scroll: window,
        revert:true
        });

when you set scroll:window it handle your scroll event.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to