I am trying to write some custom JS to handle some of the HTTP requests that come back. I have a series of checkboxes, and what I want is that when a user checks a whole bunch of checkboxes, the server does not get spammed. This is done very nicely in AutoCompleteField widgets, and I wanted to make it work for my own widget, but I am having varied levels of success. Does anyone have a quick-and-dirty solution?
Right now I am trying to figure out how to get MochiKit's "CallLater" function working, but I get the error: Error: func has no properties Source File: http://localhost:8081/tg_widgets/turbogears/js/Base.js Line: 606 Oh, I installed the MochiKit Dev. trunk into my TG directory in case you were wondering -chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

