[Rails-spinoffs] Re: Autocompleter inside a page load in Ajax

2006-12-28 Thread asteriskmail
UpDate in Firefox in Macbook does not work, firefox on windows is working and in IE7 does not work Any idea On Dec 28, 9:19 am, [EMAIL PROTECTED] wrote: Hi, if I update my page and try to use autocompleter does not work. The same page loaded directly work. I believe that there is a problem to

[Rails-spinoffs] Re: Autocompleter inside a page load in Ajax

2006-12-28 Thread Christophe Porteneuve
[EMAIL PROTECTED] a écrit : Hi, if I update my page and try to use autocompleter does not work. The same page loaded directly work. I believe that there is a problem to get the right id. Any idea or examples how to solve this. I suppose you mean you have some AJAX-based behavior that

[Rails-spinoffs] Re: Autocompleter inside a page load in Ajax

2006-12-28 Thread Christophe Porteneuve
Il Neofita a écrit : If do you have time can you explain to me a little bit more, since I do not know nothing regarding Draggable and Sortable, I will appreciate your help. Actually, in your specific case (which, I gather, only involved auto-completion), there are only two event handlers

[Rails-spinoffs] Re: Autocompleter inside a page load in Ajax

2006-12-28 Thread Il Neofita
I will try to explain what I am doing. I have a page loaded with a table, when I press in a row the table is reloaded and in the row that I selected I put the input box. If I do this the autocompleter does not work. Now, I cannot understand how I can solve this problem having the new event

[Rails-spinoffs] Re: Autocompleter inside a page load in Ajax

2006-12-28 Thread Marius Feraru
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il Neofita wrote: test.html [...] td onclick=new Ajax.Request('/test1.html', {asynchronous:true, onSuccess: function(t) { $('replace').innerHTML=t.responseText;}})R21/td ^ You are not evaluating response scripts, but merely replacing the content