|
|||
|
Hello all,
I am just starting out with Zend Framework. I have created a working interface with JQuery. I am using a UI plugin for JQuery located here (UI/Tabs - jQuery JavaScript Library) and it has a mode where it loads in a URL for a tab instead of a hidden div. Well, in my working interface, it works perfectly fine. Also, if i go to the path in my framework, the page shows up. My problem is that when the jquery tab tries to load it, i get an error: PHP Code:
Another piece of info that is strange... if i go to the page with the jquery tabs (which errors), then go to the url of the page of the content of the single tab (which displays fine), then hit the back button, it will render the tab contents. Anyone know JQuery and why this might be happening. Last edited by druffus : 10-20-2008 at 11:41 PM. Reason: update |
|
|||
|
I realized using firebug that it is doing an XMLHttpRequest even though it is just trying to get a chuck of HTML back. I am assuming that is just the way jquery does requests.
So i tried adding $this->_helper->viewRenderer->setNoRender(); to the Action but it did nothing. PHP Code:
|
|
|||
|
I found a little more:
I have the following extension for jquery: PHP Code:
Is it maybe because my template is not xml? The jqueryxml.phtml template has the following in it: PHP Code:
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|