I took off this portiong of the code to see if the trace vanishes and to no
doubt it did. Meaning the problem relates to this portion of the code.

.autocompleter("result", function(event, data, formatted){
        $("#message").html( !data ? "No match!" : "Selected: " +
            formatted);
    });

Really confused!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" 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/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to