Reviewed & tested by the community
Project:
AJAXify
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
27 Mar 2008 at 21:06 UTC
Updated:
14 May 2008 at 10:42 UTC
I’ve been experimenting with this module, and found that, if the menu is on a page like example.com/taxonomy/1/1 and the source string is ajaxify/div.content/node/4 it doesn’t work. Instead it seems to be looking for example.com/taxonomy/1/4, which might not even exist.
Surely ajaxify/div.content/node/4 should retrieve the <div class="content">...</div> element from example.com/node/4 whatever page the menu is on.
Comments
Comment #1
zeta ζ commentedI have used the following code which seems to fix this.
Comment #2
owahab commented