Friday, December 12th, 2008 | Author:

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.support
  • 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?.

  1. Open jquery.ajaxify.js with your preferred editor.
  2. Go to line 58. You will see var ver = jQuery.fn.jquery.split(‘.’);
  3. 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;
    }
  4. Comment it or delete it. its your choice.
Category: jQuery
You can follow any responses to this entry through the RSS 2.0 feed. Responses are currently closed, but you can trackback from your own site.

415 Responses to “Ajaxify – Support v2.0”

Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 … 21 » Show All

  1. Ok i solved it by setting debug false; it`s a warning i guess

  2. 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 ?

  3. 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

  4. 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?

  5. Thankx max. Just one more question.

    My html is
    Log blah blah

    My code is:

    $('.graphics').click(function(){
    			
    		$(this).ajaxify({
    				<strong>link: $(this).attr("href"),</strong>
    				target: '#container',
    				title:'Logs'
    		});	
    			
    			
    			$(this).ajaxify({
    			link:'img_graphic.html',
    			target:'#icon',
    			event:false
    			});
    		
    		});

    I want to pick link: $(this).attr(“href”) from href defined in html code ?
    what can i do ..

  6. Html <a class="graphics" href="logs.html" >Logo</a>

    Ajaxify code
    $(‘.graphics’).click(function(){

    $(this).ajaxify({
    				link: $(this).attr("href"),
    				target: '#container',
    				title:'Logs'
    		});	
    			
    			
    			$(this).ajaxify({
    			link:'img_graphic.html',
    			target:'#icon',
    			event:false
    			});
    		
    		});

    link: $(this).attr(”href”) ?? is not working

  7. 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.

    <a class="graphics {target:'#container',title:'Logs'}" href="logs.html"  rel="nofollow">Logo</a>
    <a class="graphics" href="img_graphic.html" target="#icon" rel="nofollow"></a>
    $(’.graphics’).ajaxify();

    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.

  8. 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

  9. Is there any test page?

  10. 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

  11. 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.

  12. Dear Max,
    I’ve got leak memory when I use your v2.0. Could you show me how to solve, pls?
    Many thanks.

  13. what do you mean by “leak memory”?

  14. Hi MaX, moving … to the end of page doesn’t solve this problem, do you have any other idea?

  15. 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.

  16. 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

  17. 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.

  18. 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.

    <a class="ajaxify" href="link1.html" target="div1">
    <a class="ajaxify" href="link2.html" target="div2">
    <script type="text/javascript">
    $('.ajaxify').ajaxify();
    </script>

    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.

  19. 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.

  20. 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.

Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 … 21 » Show All