Skip to content
Advertisement

Tag: jquery-ui

jQuery accordion – skip a list element

I am using jQuery’s accordion on a UL where MOST of the LI items are to become accordions, each showing a list of links beneath them. Works fine. But then of course, the client wants a couple nodes in the list to be just single links in the list. They have no category and are on the top level. Is

How to use DuckDuckGo’s search autocomplete suggestions

I’m transitioning my personal search suggestions from google to duckduckgo, but I’m missing something simple to make it work. I’m using jQuery-UI’s autocomplete framework. My search form My jQuery The query for google returns: The query for duckduckgo returns: The difference between the two seems to be jsonCallback && jsonCallback([data]) is included in the google query and I don’t understand

Advertisement