I can't seem to find an answer to this question anywhere.

When using extraParams, is it possible to refer to the element
triggering the autocompleter?

For example;

$("input.element").autocompleter("ajax.php", {
    extraParams: { $(this).parent("form").attr("name") }
}

Reply via email to