Hi Experts,

I have this autocomplete script;

    $("#operator").autocomplete("bright/auto.php",
    {
        delay:10,
        lineSeparator: "^",
        cacheLength: 10,
        matchSubset:1,
        matchContains:1,
        formatItem: formatItem,
        autoFill: false
    }).result(function(a,data,c) {
});

Which works perfect. My question is i want to be able to display a DIV if
the result for autocomplete is null.

Do anyone know how to go about this?

B

Reply via email to