That was exactly the problem. :) Thanks so much. The code building the tabs is in an include file and I had the ajax link referenced from the the location of the include rather than the parent file.
On Jan 28, 8:29 pm, Klaus Hartl <[email protected]> wrote: > In the demo the ajax request is a 404 and it's actually not a problem > of Tabs itself. Maybe that's the same for you. > > --Klaus > > On 28 Jan., 07:18, Das123 <[email protected]> wrote: > > > I'm building a PHP site using tabs to re-query the database for > > different criteria. > > > My problem is that even if the target ajax file contains <?php>echo > > "testing";<?>, the tab just displays the "loading" message. > > > I noticed this also happens on thehttp://ui.jquery.com/demos/tabs#ajax > > page but not when you click on > > thehttp://ui.jquery.com/applications/demos/tabs/ajax.html > > link. > > > Any clues? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
