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 14th, 2009 at 2:21 PM
Ok i solved it by setting debug false; it`s a warning i guess
January 14th, 2009 at 2:24 PM
I have another question
I want to load content in two different divs from two different htmls with one click.
how can i do that ?
Rite now i am merging two htmls and then using Multi tagToload to separate data.
But suppose 1 page has less data then the other and iwant them to load separately with one AJAXIfy ?
January 14th, 2009 at 5:15 PM
Hi, I have a question, i have a little pice of code which work great on Opera, but only onOpera, even in Firefox, nothing happern:
var dd = $.jqURL.get(‘url’);
$(document).ajaxify({
event:’load’,
link: dd, // this is something like page-1.html
target:’#text’,
loading_target:’#text’,
loading_txt:’Loading…’,
method:’POST’,
tagToload: ‘#content’
});
Please help me with this.
Regards
Paul
January 14th, 2009 at 10:41 PM
Fanee,
i am getting error
warning : target “#Ajaxifytemp” couldn`t be found
Its a bug and will be corrected in the next version.
I have another question
Answerd before, check the last question in this comment
Steve (or Paul
), I couldint reproduce the same problem you have. it might be $.jqURL.get(’url’) function issue. what does firebug console give you?
January 15th, 2009 at 8:14 AM
Thankx max. Just one more question.
My html is
Log blah blah
My code is:
I want to pick link: $(this).attr(“href”) from href defined in html code ?
what can i do ..
January 15th, 2009 at 8:18 AM
Html
<a class="graphics" href="logs.html" >Logo</a>Ajaxify code
$(‘.graphics’).click(function(){
link: $(this).attr(”href”) ?? is not working
January 15th, 2009 at 8:48 PM
href attr will be used by default. there is no need to define it that way. But since you have two requests this will not work. you shouldn’t define the href attr. just like the example. define your links in you ajaxify call or just make 2
<a>tags. but you will need to use metadata plugin.I can see that you haven’t set you first ajaxify call event to false. in this case you will need 2 clicks to fire ajaxify.
January 16th, 2009 at 11:27 AM
Hi Max,
I have a problem with clearbox or any thickbox when I have loaded image via ajaxify the thickbox doesn’t work, I’ll try to include into loaded data link to js file with thickbox (clearbox) but it doesn’t work, could you give me some advise?
Thanks
Steve
January 16th, 2009 at 11:54 AM
Is there any test page?
January 16th, 2009 at 12:43 PM
Yes, I’ve put this in website field (I working on this site with my buddy who wrote in this place earlier),
When you click on gallery (english version) there are some example images which don’t work with clearbox (but logo does).
Regards
Steve
January 16th, 2009 at 1:14 PM
It seems that you need to rebind the new created elements to this script. try moving
<script type="text/javascript" src="js/clearbox/js/clearbox.js"></script>to the end of the page that is going to be loaded by ajaxify.January 16th, 2009 at 1:48 PM
Dear Max,
I’ve got leak memory when I use your v2.0. Could you show me how to solve, pls?
Many thanks.
January 16th, 2009 at 2:15 PM
what do you mean by “leak memory”?
January 16th, 2009 at 5:36 PM
Hi MaX, moving … to the end of page doesn’t solve this problem, do you have any other idea?
January 16th, 2009 at 5:54 PM
I setup the PlugIn into my website. After clicking 5-10 links, my computer was slow down. I closed the Browser, he was back normally. I opened browser (IE and FF2, FF3), access my website and click about 5-10 links again, my computer was slow down again.
Visit this link: http://www.trungvuongsaigon.com (IE or FF is the same) and click on more 5 links to see the problem.
January 16th, 2009 at 6:39 PM
Hello, And first thanks for a great tool.
I am trying to load content in to diffrent divs. depending on the link pressed. but am having troubles, i have read the docs but am new to this so after 2hrs i am still scraching my head.
do i need to change the js
target:’#container’,
or
tagToload:false,
sorry if this seams basic..
Thanks in advance
January 16th, 2009 at 11:53 PM
Dumb Question trying to donate to you but cant read French and more importantly dont have a usd option. Any help with this would help. Thanks.
January 17th, 2009 at 12:24 AM
Well, This has been explained in the first example.
You don’t have to specify any option in ajaxify call. The code is similar to this.
And about the donation, login to your account in the login form. The page will automatically displayed in your account language and currency. Thank you in advance.
January 17th, 2009 at 12:38 AM
I did e Axactly that and it picks the first dig everet time regardles of target. And the pay pal shows me French only. I’m in the us but can’t see English option.
January 17th, 2009 at 1:59 AM
Maybe you have 2 divs with the same id. Post your code. Or provide me with a test page.
I have set the paypal donation page to english by default.