Friday, December 12th, 2008 | Author: MaX
Any Comments, bugs , feature request about Ajaxify v2.0, please post it here.
For advanced paid support or special requests. Contact me through the contact form.
Known issues:
- Stop ajaxify excuting based on onStart function return.

- Fix false warning “warning: target “#Ajaxifytemp” couldn`t be found”
- Fix back button on first ajaxify call.
Feature requests:
- Loading Images via ajaxify.
- Encode non safe characters in url’s before sending the request.
- Change the page title based on the loaded content.
For advanced paid support or special requests. Contact me through the contact form.
__________________________________________________________________________
How to make ajaxify compatible with jquery v1.3.0 and higher?.
- Open jquery.ajaxify.js with your preferred editor.
- Go to line 58. You will see var ver = jQuery.fn.jquery.split(‘.’);
- Mark it, and go down until you reach line 62. So the full text will be:
var ver = jQuery.fn.jquery.split('.'); if(ver[0] < 1 || ver[1] < 2 || ver[2] < 6){ jQuery.ajaxifylog('Error: Your jQuery version is old. Version 1.2.6 or newer is required.'); return false; } - Comment it or delete it. its your choice.
Category: jQuery

January 25th, 2009 at 1:23 AM
Hello everybody ^^
First : great job !
Second : sry for my bad english
Third : i have try your ajaxify with the last version of jquery (1.3.1) and i have no results… But with the version included in package (1.2.6) the result is good.
The problem that i have other .js that depends 1.3.1 and i want to use your ajaxify…
Could you help me to have the other .js, the jquery 1.3.1 and ajaxify at the same moment ?
January 25th, 2009 at 2:05 AM
I had no problem when I tested it with 1.3.1
Could you please post your code that you are trying with.
What is your browser? and what is the error generated by its debugger?
January 25th, 2009 at 3:29 PM
Before /head
In my page :
My browsers are Iceweasel 3 on Debian, Opera, Epiphany and IE6 on Wine.
Apparently, there is no errors. The target photos.html is open in a new tab…
Thx for helping.
January 25th, 2009 at 9:10 PM
Hi,this is my code:
But,if when i click on “Click here” the target “example.php” is open in a new tab. My browser is opera 3.0.5. Please, help me,thx.
January 25th, 2009 at 10:08 PM
~Rahman : try
Instead of
If your file in your server have the name jquery.ajaxify.js.
January 25th, 2009 at 10:08 PM
Hamtaro
Ok, Does the opera nuns on wine too. If yes, I think there is a version for your OS or may be firefox. Give it a shot.
The other thing that you could try is as follows:
open ajaxify, the uncomppressed version. and go to line 59 and comment or delete the following
and include it to your page instead of the old one.
on your page, add the following before calling ajaxify
$.AjaxifyDebug = true;And tell me the results.
January 25th, 2009 at 10:09 PM
Rhaaaaa pb in my code !!!
~Rahman : try
<script type="text/javascript" src="script/jquery.ajaxify.js"></script>instead of
<script type="text/javascript" src="script/ajaxify.js"></script>January 25th, 2009 at 10:13 PM
Rahman
What the hell dude? we are on 2009. your version is 12 years old at least. There is no way to support your version at all. sorry
January 25th, 2009 at 10:18 PM
MaX
Hum… Try with new 1.3.1 or 1.2.6 jquery ?
With the 1.3.1 and the changement in your code there is no msg… The target just open in a new tab…
Here is my code :
Is it ok ?
Same results on Safari mobile…
January 25th, 2009 at 10:22 PM
Look at your code source, you have the same reference.
January 25th, 2009 at 10:29 PM
Hamtaro
I meant 1.3.1
Well, this is a hard case. since I dont to have the requirments tools to match your situation.
Can you install FF on your OS?
what do you mean?
January 25th, 2009 at 10:32 PM
And BTW mobiles browsers doesn’t support ajax yet.
January 25th, 2009 at 10:45 PM
Here my errors :
January 25th, 2009 at 10:52 PM
Sorry. the steps before are missing the closing }
delete this code in the steps provided before.
January 25th, 2009 at 11:31 PM
Hum strange : all is good now…
Thx for helping my pb is resolved
January 25th, 2009 at 11:44 PM
Will its my fault, I have forgot that I have “return false;” in the code above.
January 25th, 2009 at 11:48 PM
Hamtaro
What did you mean by
January 26th, 2009 at 12:25 AM
http://www.w3.org/1999/xhtml
I believe that’s what you mean…
January 27th, 2009 at 1:57 PM
Hello mAx,
I seem to have a problem in calling ajaxify from a loaded Ajaxify page.
Suppose on my main index.html page i have ajaxify to load data into div name “Z” from different htmls.
Now i am loading a html page into DIV Z throughy ajaxify but loaded html has again some links that need to be loaded in same DIV Z ..consider these are Pagination links (Page 1 2 3 etc )… How do i do it ?
January 27th, 2009 at 1:59 PM
Live query. check it in the demo page.