[Proto-Scripty] Ajax.Responders

2008-10-07 Thread Namotco
I seem to have a problem with my code. I won't post all of it here, but when use this: Ajax.Responders.register( { onCreate: function() { if($('loading') Ajax.activeRequestCount0) { Effect.Appear('loading',{duration: .5, queue:

[Proto-Scripty] Re: Ajax.Responders

2008-10-07 Thread Namotco
: $('evalMsgs') }, '/aa/saveHTML.html', { parameters: { RxN: gRxN, id: ce.id, HTML: $(ce).innerHTML }, insertion: 'after', onComplete: function(){return true;}}); } ); } On Oct 7, 2:45 pm, Namotco [EMAIL PROTECTED] wrote: Thanks for the optimizations.  I think the problem

[Proto-Scripty] using eval inside Ajax Request

2008-11-12 Thread Namotco
Maybe this evals, but the functions do not get exposed. How should I be doing this? function reCalc() { var sendSymsN = new Ajax.Request(url, {method:'post', onSuccess: function() { var evalMe=decode(transport.responseText); // returns ( fname =

[Proto-Scripty] Autocompleter.DB

2009-03-09 Thread Namotco
I want to create an autocompleter that uses HTML database storage. What I'm intending to it modify Autocompleter.Local. My problem is that I'm not sure how to fit these 2 pieces of code together: From Autocompleter: getUpdatedChoices: function() {