I'm trying to configure the jQuery UI Autocomplete widget to send the 'id' attribute value to my controller instead of the 'value' attribute value (see below).
I'd like to create a calendar that will allow a user to roll over a highlighted date to reveal a tooltip with the date and bulleted list of events for that day. Is the jQuery UI Datepicker the recommended widget for this or is there something else that would be better suited?
I'm brand new to jQuery so pardon my ignorance. I'm trying to use the validate plugin to validate a value based on what option is selected from a select box. For example, if the user selects email from the select box, I'd like to apply an email validator. If patron ID is selected, I'd like to apply a min validator. My form is as follows: