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.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 … 11 12 13 14 15 16 17 18 19 20 [21] Show All

  1. I’m tyring to load a php page that scrapes certain sites.
    This script takes a long time to do its job, and I can follow it just fine thanks to flush() and all, but Ajaxify doesn’t care about this.
    It only wants to load the page when it’s completely finished.

    Can something be done about this?

  2. Hi Max, great plugIn …
    I’ve been into web programming for a time now and worked with php/MySql mostly. Now I’m working a on a bigger project and decided to expand my knowledge to client side also. I started using jquery and came across your masterfull plugIn.
    Now I’m into some troubled waters and have a few questions:
    I’ve used ajaxify to make calls for loading forms. A few of my forms have multiple instances of FCKeditor on them.
    Question:
    How can I append FCKeditor content to post that ajaxify sends to target php page?
    Is there any way to append the content to the post request instead of using a separate function to collect data from FCK’s and then glueing those to target urla(idea I had).

    I didn’t see any data option in the options so I’m asking is there a work-around to that.

    Also: I’m not yet fully into javascript but I know that it registers an FCKeditorAPI javascript object in the dom tree and somehow it could be entered there.

    Hope you understood my questions and that you’ll answer fast ;)

  3. Hi,
    I propose the solution to the Known issues:
    Stop ajaxify excuting based on onStart function return.

    in line 238 replace the line
    current.onStart(current)
    with:
    if (!current.onStart(current)) return false;

    This works and I think it affects anything else.

  4. Wecan no longer argue that, for instance, the beautiful hinge of a bivalve shell must have been made byan intellignet being, like the hinge of a door by man. ,

  5. When i click on the link again it does not load in the target element , gives the error below:

    Microsoft JScript runtime error: Object doesn’t support this property or method

  6. I love this script! I’m in the process of implementing it currently on my page but I am having trouble getting the animation to work correctly.

    Here is my link currently, any help at all would be greatly appreciated!

    http://www.ferraracreative.com/dev/v1/

    The only to pages I have set up are index (click the logo) and the About page. They are ajaxing just fine, but the animation only works sometimes, and usually when you double click. Any thoughts?

  7. how to make link from other page with target #container ?

  8. Hi, thanks for this jquery plugin !

    Just a quesiton, i ajaxify a from, no problem. but i use jquery.validate too. And there is a problem, ajaxify post my form without take care of validation…

    A solution ?

    Tanks a lot

  9. Wow, fantastic plugin! I am however a bit perplexed… On your demo for plugin integration it seems that while the back/forward button does work for your history example the content loaded with Ajaxify doesn’t change. Is there a way yo make it work completely? My assumption is the forward/back button should change the content. Or is this just a proof of concept? Also, is the problem with using jquery 1.3.x?

  10. I just can’t get this to work. Even the easy example.
    All script libraries are loaded. I checked them in Firebug.
    The back end php page is being hit, I checked that too.

    I have a php page that echos out the word “Hooray”. But ajaxify doesn’t populate the container. It briefly flashes “loading” and then the page is blank.

  11. Nevermind. I didn’t include all the libraries. My code was sound.

    Thanks!

  12. Your shit don’t wprk

  13. its not my problem if your mind is full of shit and you found it so fucking hard to understand.

  14. The problem is not just on your plugins but mostly on the support, you dont even mind answering questions here, you always assume people understand advance web programming

  15. alien,

    Not really appropriate to attack a person who is providing you a FREE service as a favor with your inability to learn or want to learn. This script is very useful and relatively simple to use. If you need some help ask, but don’t start acting as a child would if they don’t understand or get what they want. Invest some time and you will be rewarded with a fantastic component Max has graciously built and decided to share with us.

Pages: « 1 … 11 12 13 14 15 16 17 18 19 20 [21] Show All