[jQuery] Superfish menu activate on click

2009-03-23 Thread monk.e.boy
This is a really cool patch: http://plugins.jquery.com/node/3967 It makes your menu like those cool dropdowns on digg.com. Request: can we have [ click -> open menu -> second click -> close menu ] like a normal drop down box? Thanks!! I found a BUG: When you click the top menu item, then mouse

[jQuery] Re: autocomplete help

2008-12-05 Thread monk.e.boy
// this pushes the person ID into a // hidden form input and posts it $("#person_id").attr("value", item.id); document.nav_admin.submit() }); }); there are a few mysteries that I didn't figure out, but the code works OK for me :-) Cheers, monk.e.boy

[jQuery] Re: autocomplete help

2008-12-04 Thread monk.e.boy
}); }); -- The error is: value is undefined, line 460 When I use an array of strings it works fine, but I would like to use an array of names with the DB id of the name, when the user selects the name the ID is sent to the next page :-) so my data would look like {text

[jQuery] autocomplete help

2008-12-04 Thread monk.e.boy
I'm doing wrong? Thanks, monk.e.boy