HELP! I feel really stupid but I cannot find the list of methods for the select: option in jquery 1.9 menu
- $( "#menu" ).menu({
- select: function(event, ui) {
- // Send the ui value to the message div
- $("#message").text(ui.????);
- }
- });
The menu works fine and was really easy to set up. This should be really simple! I know it's new but wouldn't you release a list of ui.???? values?
Anyhow thanks for any help.