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
// 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
});
});
--
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
I'm doing wrong?
Thanks,
monk.e.boy
4 matches
Mail list logo