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

July 31st, 2009 at 1:19 PM
ups
thius is the correct call:
July 31st, 2009 at 1:21 PM
grmpf
Link
July 31st, 2009 at 1:24 PM
<a href="javascript:jQuery.ajaxifyLoad({link:'index.php' , target:'#mainContainer'})">Link</a>Link
August 4th, 2009 at 9:25 AM
Hi,
Firstly, thanks for the great plugin. Good job. But I tried to have your registration form working by copying exactly what you have on your examples page, and i am stuck when it comes to showing the results for the individual text fields. Using firebug, i can see that the results are being retrieved but it’s not showing on the page. Any ideas? Anything you need from me let me know.
Working on:
Windows XP Pro SP2
Checking on FF 3.5 | IE 7.0 | Chrome
http://www.webhostingfx.com/ajaxify/
August 4th, 2009 at 12:19 PM
Hey,
Guess what, got it working…silly me…did not have metadata js file in the path.
Thanks anyway for a great plugin…cheers!
August 5th, 2009 at 9:08 PM
I have tried to integrate the code in my pages but i was failed to do that as i am not able to understand, how shud i treat the code.
Is there any integration manual or any link where you have listed the steps of integrating this wonderful solution.
What i have done so far is just calling the javascript files on the page and simply copy pasted the matter that you have shown in the demo section. If there is something else to be done than please assist me.
Thanks.
August 19th, 2009 at 5:20 PM
hello,
i am programming a script where you enter data into a console. depending on the console input it will decide where the data should be updated to. this means that there is variable target instead of a static target.
my first idea was to program a switch in javascript, in order to see where the data should be updated to. then i thought it would be more comfortable if the script that is requested would also return the target.
do you know if any approaches into this direction have been made?
August 21st, 2009 at 4:16 PM
Im New to ajax / jQuery, I tried to play with this plugin but I cant find a solution to this.
I tried the registration script but Im always getting this message after clicking the submit button:
even though all inputs are valid / accepted. It seems that it cant satisfies this condition
How can I change the value of “data” f all inputs are valid? Thanks
August 21st, 2009 at 7:01 PM
A hack for get action atribute from TAG:
Go to line 127, after:
if(current.forms){And add this lines:
Now we can write:
$(‘#form_usuario_agregar’).ajaxify({
event:’submit’,
forms:’#form_usuario_agregar’,
method:’POST’
});
Instead:
August 22nd, 2009 at 6:23 AM
I am having trouble with the animateIn and animateOut features. I would like to animate the opacity like the demo on the Ajaxify website, but it does not work for me. The content pops in right away, but I found that if I double-click on the hyperlink then it will fade out and back in. Am I missing something? I’m using the jQuery 1.2.6 and the Ajaxify 2.
Thank you all!
August 22nd, 2009 at 6:28 AM
Oops, here’s an example page for my previous post. The links are the About and Events links.
http://aaronott.info/ug/_TEMPLATE.htm
August 22nd, 2009 at 2:07 PM
Hi there,,
This plugin is simply wonderful. An’ I would dare say that its a companion for every web-developer out there.
Life saver…
Thanks a lot!
August 23rd, 2009 at 7:44 AM
Excellent site. It was pleasant to me.
August 23rd, 2009 at 7:44 AM
It is the coolest site,keep so!
August 23rd, 2009 at 7:45 AM
Great site. Good info
August 24th, 2009 at 3:04 PM
Hello!
Im trying to get Registration form from http://maxblog.me/ajaxify/demo.php worked on my localhost….
I dont understand why it wont work.
Isnt it just copy paste?
Ive got a document with the including of the jqueryjs and ajaxifiyplugin.js.
Copied the script under my includes.
In the body the html stuff and a new document with the serverside stuff named example.php.
Still dont work. just seein the form but onchange nothing happens…
Whats wrong?
August 27th, 2009 at 11:26 PM
Hello Max!
In the first place I have to say that I really like Ajaxify, I’m started to use jQuery 2 weeks ago, and your plugin really helpt me.
But I have a little question, I’m using Ajaxify for a searchbox, and I’ve set the event to ‘keyup’. This works just fine, but I only want to fire the event if the keycode = 13 (ENTER) and then fire the event, since there is only the searchbox and no button or anything to press. Now everytime a key is pressed, it’s fireing the event.
Is there a possibility to change the event or change some code? Maybe to make a seperate function which checks the keycode, and then call Ajaxify?
Thanks in advance for your help!
September 8th, 2009 at 7:56 AM
How can I load a page with ajaxify that has an anchor link so that the anchor will show, i.e, I want to load a page such as “index.html” with an anchor in the middle of the page called “#anchor_link” so the middle of page shows where the anchor is.
September 18th, 2009 at 3:13 PM
Hello!
Do anyone know how i can get data from head or body container?
The following doesnt work:
tagToload: {“body”:”x”, “head”:”x”}
I need that. Plz help me.
PS: Is it possible to access the ajaxify temp?
September 20th, 2009 at 7:59 PM
First I like to say that I love the Ajaxify!
But now I am in a situation that I need a Flash navigation for my ajax website…
I searched this Blog but could only find 1 post about ajaxify and Flash and that did not help me.
This is my javascript:
$('.ajaxify').livequery(function(){ $(this).ajaxify({ target: '#contentC', loadHash:'attr:rel', loading_img:'layout/images/loading.png', loading_target:'#loadingconn' }); });and this is my html:
How can call this from Flash using getURL(“”);
I hop someone can help me with this…
tnx in advance