Friday, October 03rd, 2008 | Author:

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
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

114 Responses to “Ajaxify – Support v1.0”

Pages: « 1 2 3 4 5 [6] Show All

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

  2. What is your server output?

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

  4. I recommend you to upgrade to version 2.0. In v2 you can set event to false to fire ajaxify on demand.

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

    b??
    ??z{

    Replace:
    ??.?????N?hi?Z?

    with
    ??.?????N?hi?Z?

    Libertarian Greetz from germany – sorry for the bad english,
    NetzKnecht

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

    if(current.tagToload){
    		data = '<div>'+data+'</div>'; //wrap data so we can find tags within it.
    			if(typeof current.tagToload == 'string'){
    					jQuery.ajaxifyManip(current,jQuery(data).find(current.tagToload)); 					
    			}else if(typeof current.tagToload == 'object') {
    					jQuery.each(current.tagToload, function(tag, target) {
    						if(jQuery(data).find(tag).size())
    							jQuery.ajaxifyManip(target,jQuery(data).find(tag)); 
    						else
    							jQuery.ajaxifylog('Warning: Tag "'+tag+'" couldn\'t be found.');
    						
    					});
    			}
    		
    		}else{

    with

    if(current.tagToload){
    		data = '<div>'+data+'</div>'; //wrap data so we can find tags within it.
    			if(typeof current.tagToload == 'string'){
    					jQuery.ajaxifyManip(current,jQuery(data).find(current.tagToload).html());			
    			}else if(typeof current.tagToload == 'object') {
    					jQuery.each(current.tagToload, function(tag, target) {
    						if(jQuery(data).find(tag).size())
    							jQuery.ajaxifyManip(target,jQuery(data).find(tag).html());
    						else
    							jQuery.ajaxifylog('Warning: Tag "'+tag+'" couldn\'t be found.');
    						
    					});
    			}
    		
    		}else{

  7. What was the problem anyway?. I would like to see what have u done. it could be useful for others.

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

  9. Hello I love this plugin

    well my doubt is the following call to the page within a target
    # ConPAG ok but the prob is on the page because I want the whole
    navigation is within the # conPag but he is giving stick “loadHash” and so
    works in IE

    the example is so

    main page:

    xxxx link calls the page in # conPAG yyyy yyyy has links on the page I
    wanted to continue in the # conPAG

    yyyy page but also has other functions as I proceed to
    able to work this way

  10. Love the concept but it does not work with the latest version of jquery. :(

  11. Julianne Hough, known as much for her Dancing With the Stars gig as for her country music, is achieving new popularity by combining both

  12. people are stupid

  13. Hello,

    I a, trying to build a Wall which is similar to facebook wall. But i am lacking in youtube video embeding like facebook. So facebook is using ajaxfy in tag. I am developing on asp.net C#. I linked your jquery ajaxfy in my page its showing me an error. Microsoft JScript runtime error: ‘jQuery’ is undefined. Please Help.!

  14. I am, trying to build a Wall which is similar to facebook wall. But i am lacking in youtube video embeding like facebook. So facebook is using ajaxfy in A tag. I am developing on asp.net C#. I linked your jquery ajaxfy in my page its showing me an error. Microsoft JScript runtime error: ‘jQuery’ is undefined. Please Help.!

Pages: « 1 2 3 4 5 [6] Show All

Leave a Reply

Markup Controls
Emoticons Smile Grin Sad Surprised Shocked Confused Cool Mad Razz Neutral Wink Lol Red Face Cry Evil Twisted Roll Exclaim Question Idea Arrow Mr Green