thank you.

it works now

regards
gj.

On Tuesday, March 18, 2014 1:59:58 AM UTC+1, Jason wrote:
>
> Does the error refer to a property of document being deprecated?
>
> That bug is fixed in the latest github repo code
>
> I have a build of it hosted on CDN here =>  
> http://cdnadmin.freewaypro.com/libraries/16
>
> The PrototypeJS Core Devs are trying to scrape together enough time to get 
> a public release out that fixes this problem and several others
>
> Jason Westbrook | T: 313-799-3770 | jwest...@gmail.com <javascript:> 
>
>
> On Mon, Mar 17, 2014 at 2:40 PM, gjergj sheldija 
> <gjergj....@gmail.com<javascript:>
> > wrote:
>
>> hi all,
>>
>> i have the following code :
>>
>>         <input type="text" id="search" name="search" />
>>         <div id="hint"></div>
>>         <script type="text/javascript">
>>             var includeScript = "include/inc_search_medicaments.php?";
>>             var auto_1 = new Ajax.Autocompleter (
>>                     "search",
>>                     "hint",
>>                     includeScript, {
>>                             afterUpdateElement : setSelectionId,
>>                             autoSelect: true, 
>>                             minChars: 2,
>>                             callback:funxSerialize
>>                         }
>>                     );
>>
>>             function setSelectionId(text, li) {
>>                 document.getElementById('atc').value = li.id;
>>             }
>>             function funxSerialize() {
>>                 return Form.serialize($('infoform')) ;
>>             }
>>         </script>
>>
>> it works perfectly on firefox but has a strange error in chrome v. 33.
>> it does not submit any params via post. 
>> i've updated the libs to the latest version, but still no effect :(
>>
>> any hint ?
>>
>> gj.
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Prototype & script.aculo.us" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to prototype-scriptaculous+unsubscr...@googlegroups.com<javascript:>
>> .
>> To post to this group, send email to 
>> prototype-s...@googlegroups.com<javascript:>
>> .
>> Visit this group at 
>> http://groups.google.com/group/prototype-scriptaculous.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prototype-scriptaculous+unsubscr...@googlegroups.com.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
Visit this group at http://groups.google.com/group/prototype-scriptaculous.
For more options, visit https://groups.google.com/d/optout.

Reply via email to