Displaying 3 results from an estimated 3 matches for "tcain".
Did you mean:
  train
  
2006 Feb 08
2
Tooltip.js problems
I''m starting to play with the tooltip.js library from 
http://tooltip.crtx.org/index.php?page=HomePage.  The libarary seems to 
work pretty well except that when I use a tooltip on a web page that has a 
form and submit buttons, the submit buttons stop functioning and won''t 
respond to click events anylonger.  So far I''ve only been able to 
reproduce this under Safari. 
2006 Apr 08
0
Re: Rails-spinoffs] Ajax.Updater asynchronous => false
...submitted a patch <http://dev.rubyonrails.org/ticket/4657> over at
dev.rubyonrails.org which fixes this behavior.  If you decide to check it
out drop a comment on the patch as to whether it works for you.
Peter
>
> Message: 4
> Date: Fri, 7 Apr 2006 12:09:57 -0700 (PDT)
> From: tcaine-hJ3xlndM57OWzc88wn+gRje48wsgrGvP@public.gmane.org
> Subject: [Rails-spinoffs] Ajax.Updater asynchronous => false
> To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
> Message-ID:
>         <Pine.LNX.4.64.0604071148360.30797-eWylsx51Z4Ul4r0ALNDTjYlpRXitfTS6h13vi...
2006 Apr 07
0
Ajax.Updater asynchronous => false
I was just working on a project where I needed to use Ajax.Updater with a 
synchronous request.  It appears like all one would need to do is set the 
asynchronous option to false.  I tried this and noticed that the content 
was being requested synchronously but the content was never injected into 
the DOM tree like one would expect from Ajax.Updater.
In order to get the content returned by