throw an error if a URL is set, but the serialize fails?
-- JoshuaOn 5/24/06, Josh on Rails <[EMAIL PROTECTED]> wrote:
Using Rails to generate a sortable list, I get the draggable/sortable page elements, but Ajax never fires back the post-sorted list. (I've checked with IE & Firefox,
Using Rails to generate a sortable list, I get the draggable/sortable page elements, but Ajax never fires back the post-sorted list. (I've checked with IE & Firefox, the "save this order to the DB" controller hasn't been called.)
The View: Drag to sort. <% @estimate.components.each do
I apologize if this is not an appropriate question for this list (I couldn't find a mailing list for prototype). Anybody know of a way to use the stop the PeriodicalExecuter in prototype from executing? In traditional js, I would just call "clearInterval(id)".
M
Odd you should mention this problem. I was just noticing it this morning. I grabbed the dragdrop.js from svn (/spinoffs/scriptaculous/src) but didn't notice a performance improvement. I don't know about your CPU but mine pegs out when I'm dragging. Maybe I'm pushing it too far, though. Here is wha