Friday, October 03rd, 2008 | Author: MaX
Any Comments, bugs , feature request about Ajaxify, please post it here.
Known issues:
- links that has this form <a href=”#”> doesn’t load. See solution
- live query and load hash enabled produce infinte loops.
Feature requests:
These features will be implemented in the next versions.
- Rebinding ajaxify automatically to the new created elements from the loaded page.
Category: jQuery

January 19th, 2009 at 7:49 AM
Hi Max,
I’ve got this new problem now…
I’m trying to integrate this script with PHP, the PHP part is all sorted, but trying to redirect using the ajaxify script poses a few problems.
$(“.ajaxify”).ajaxify({
link: ‘/index.php?option=com_onlinecourse&view=appraisal&Itemid=2&course_id=’,
target: ‘#main_content’,
tagToload: ‘#main_content’,
loadHash:true
});
all this seems to do is refresh the page.. not sure how to fix it.
January 21st, 2009 at 2:53 AM
What is your server output?
January 21st, 2009 at 3:00 AM
it just reloads the entire page, is that what you mean? I need a way for the ajaxify to execute via javascript, not mouseclick? is that possible?
January 21st, 2009 at 3:06 AM
I recommend you to upgrade to version 2.0. In v2 you can set event to false to fire ajaxify on demand.
January 22nd, 2009 at 9:17 PM
Hey Max,
with some modifications of your script i’ve got a solution for my problem – if you are interested in, i will send it to you by mail because it is a bit more extensive to post it here?!
Hello ivus,
i dont have a problem solving for you, but a very usefull advice if you want to load the content of an element in the same or in other words if “target” and “tagToload” is the same element:
open the “jquery.ajaxify.js”-script and go to the function “jQuery.ajaxifLoad” (near by line 226), search and replace the first code-snipped with the second. now only the content of the “tagToload” is disyplayed in the “target”.
the originalcode would nest the “tagToLoad” inside the “target”.
Here an example what will happen without the modification:
Replace:
??.?????N?hi?Z?with
??.?????N?hi?Z?Libertarian Greetz from germany – sorry for the bad english,
NetzKnecht
January 22nd, 2009 at 9:20 PM
Arrrgh, i’ve used the wrong “code”-tag… sorry for the doublepost max.
Here an example what will happen wihout the modification:
<div id="#main_content"><div id="#main_content">Your Content</div></div>Replace:
with
January 22nd, 2009 at 9:21 PM
What was the problem anyway?. I would like to see what have u done. it could be useful for others.
September 13th, 2009 at 1:43 AM
Hi Max,
I’m using your script, works wonderfully, but I have a
doubt … Ajaxify be combined with Flash?
I activate a link using flash?