Hi, I'm using jquery-ui 1.7.2. All i'm trying to do is use the load event of the tabs and it doesn't seem to be firing. A simple test does not alert anything:
$(document).ready(function() { $('#tabs').tabs({ load: function(event, ui) { alert('loaded'); //should alert here, never happens } }); Any ideas what the problem might be? Am I doing something wrong? -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=.