Would I be better off to place the ajax call as on onClick for the <li> element of the tabs, or as a select event in the tab code itself? Or is it really no difference?
On Oct 6, 10:09 am, "fichtre.diantre" <[email protected]> wrote: > I think only an Ajax "alive" signal on tabs callback could > answer your need. Something like this : > > |$('#container').tabs({ > > onClick: function() { > $.get("alive.php"); > } > > });| > > Fred --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
