Hey everyone,
I am using the autocomplete plugin and I have a few questions that I hope you lot can help me with.
I know I can do custom item display for a menu but what about custom menu display?
Main reason why I ask is that I want to put a static menu of options below my found items on a autocomplete menu.
So for example I wish to add a "new" option to the menu which will be static and never moving.
I noticed at first that there was a _renderMenu function but then I saw that the UL was actually appened to the main parent before that. Might be better if the UL was appended within the _renderMenu() function to allow for this kinda custom behaviour.
Anyway, does anyone know if there is a good way of getting custom menu display?
Thanks,