On Sep 19, 1:04 am, spamguy <[EMAIL PROTECTED]> wrote: > What about > slideToggle() and jQuery tabs is making PHP variables impossible to > read?
Nothing. jQuery is happening on the client-side after the page has been served to the browser, e.g. all PHP has been executed. I can't tell how $myTable gets assigned, can only guess - make sure that your PHP handles an Ajax request the same as a regular request. Also use Firebug to check if the url that gets loaded as Tab content is the one you expect it to be. --Klaus --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
