for the 'ui' parameter see http://jqueryui.com/demos/tabs/#Events the 'event' parameter is a normal jQuery event object http://jqueryui.com/demos/tabs/#Events
for both of these its a good idea to http://getfirebug.com/ for firefox and simply put console.log(ui); in the event handler On Tue, Jul 21, 2009 at 1:52 AM, Senor Cardgage<[email protected]> wrote: > > The documentation at the link provided does not provide information > about the parameters I refer to, namely the 'event' and 'ui' > parameters. > > On Jul 19, 9:01 pm, Scott González <[email protected]> wrote: >> http://jqueryui.com/docs/tabs/#event-load >> >> On Jul 16, 5:52 pm, Senor Cardgage <[email protected]> wrote: >> >> > I'm looking for the documentation that describes the parameters to >> > event handlers, as in the 'event' and 'ui' parameters that get passed >> > to a tab.load event handler. Where are these documented> >> >> > Thanks > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
