Displaying 2 results from an estimated 2 matches for "bumby".
Did you mean:
gumby
2006 Jan 16
11
Preventing bubble
I''m trying to prevent double ajax requests when I have nested onclick
handlers.
I have a table with clickable column headings (for sorting by that
column).
I have onclick handlers on both the <th> and the <a> link so that
clicking anywhere on the table heading should work.
<th onclick="window.location.href=''http://foo?sort=foo'';">
2006 Mar 07
0
Ajax.Autompleter not working on IE
...lete"></div>
And I have the Ajax.Autocompleter call at the end of my page:
<script type="text/javascript">
<!--
document.forms[0].name.focus()
new Ajax.Autocompleter(''form689name'', ''form689name_auto_complete'', ''http://bumby:3000/admin/workshop'', { method: ''get'', requestHeaders: [''X-Ajax-Complete'', ''complete''], minChars: 3})
-->
</script>
</body>
</html>
When I type three chars I don''t see any ajax request going to the...