Hello! First thing: I'm starting in jquery and my english is poor. :P
I'm using Django + jquery autocomplete mod (http://www.pengoworks.com/ workshop/jquery/autocomplete.htm) and it's working fine, but one thing doesn't works: the hidden value. For example, my string is "Tulio|123\n" where "Tulio" is the displayed information and "123" is (or not?) the hidden information. I only catch the information "Tulio" and I'm trying to catch the hidden information ("123") whithout success. Can You help me about this?