Hi there
I've just updated my scripts to script.aculo.us 1.8, and prototype
1.6.... all is generally well except an 'autocompleter' div that
returns results immediately fades (opacity); if I revert to the old js
files, everything is fine... any tips? is this a bug?
As I said, my code remains unchanged. Only the javascript files
'break' my autocomplete. Here's my code:
<input type="text" class="bigField" id="vFastContact"
name="autocomplete_parameter" value=""
onfocus="eraseAutocomplete(this);" />
<span id="indicator1" style="display: none"></span>
<div id="autocomplete_choices" class="autocomplete"></div>
<script type="text/javascript">
var balls = new Ajax.Autocompleter("vFastContact",
"autocomplete_choices", "../plans/ajax_contacts_xml.php", {paramName:
"value", minChars: 2, updateElement: contactSelect, indicator:
'indicator1'});
</script>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---