CodeCanyon

Ajaxer - easy and flexible ajax for your site

  • Has been a member for 1-2 years
  • Bought between 100 and 499 items
fladlien says
Purchased

Love this script. One problem I’m having and it’s probably a simple one.

I want to use this with an email autoresponder form. I’m testing it out here:

http://jasonloves.com/testajax/ajaxvideosqueeze/ajax-ex.php

The first time I use the ajax it works fine. You click on an image that appears to be a video and reloads with the content that says “enter your email address to view this video”.

However, that is where I’m stuck. It won’t allow me to submit anything on the form. I click the submit button and it does nothing. Am I missing something obvious here?

Thanks! Jason

Posted 1 year ago
Author
stormbreaker stormbreaker replied

I answered you on email about 6 days ago. Maybe you forgot to check your inbox? :)

Posted 1 year ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 100 and 499 items
  • United States
Soawe says
Purchased

Hello Thanks for the script, I find it to be amazing!

One thing I am really having problems is changing the hashtag of the url when links inside the container are being called.

I am trying to implement your code in wordpress and the links inside the container do wont change the url/hashtag the second time around. I have tried using InitAjaxer() and RegisterAjaxer(element, true) and I am still not been able to change this.

To illustrate the problem I have used the demo pages you provided and ONLY added a simple menu inside the #AjaxerContainer for each page:

http://dontstartablog.com/Ajax/demo/index.php

If you only use the second menu to navigate you will find that the url is not being changed.

Any help would be appreciated!

Posted 1 year ago
Author
stormbreaker stormbreaker replied

Hi. Thanks for the purchase and for reporting this.

I saw where the problem is and how to fix it. Please send me an email so I can attach you the updated file if you don’t want to wait for it to be reviewed.

Posted 1 year ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
  • Bulgaria
stormbreaker says
Author

The script has been updated with some bugfixes and some intelligence not to try to load non-html content such as images directly.

I suggest you update your copy. Also it now requires a minimum jQuery 1.4

Posted 1 year ago
  • Has been a member for 1-2 years
  • Sold between 1 and 100 dollars
  • Bought between 10 and 49 items
  • Portugal
donatelloii says
Purchased

Hi,

i try a to implent the Ajaxer on my site but i can t get it to work :S I m also very confused about the documentation.

I try to make a pagination without to refresh the hole page. The problem is that when i click on the link that initialize the Ajaxer it reload the hole page. Before the reaload of page, the div slides up.

Do you maby know wat i m doing wrong that the server dont recognize that the page shoulden t be reloaded?

Thanks

Posted 1 year ago
Author
stormbreaker stormbreaker replied

Hi, send me an email with the link to your page so i can tell you what is wrong.

Thanks for the purchase.

Posted 1 year ago
Author
stormbreaker stormbreaker replied

Oops, double post… The reply popup behaves oddly in mobile browsers.

Posted 1 year ago
  • Has been a member for 1-2 years
  • Sold between 1 and 100 dollars
  • Bought between 10 and 49 items
  • Portugal
donatelloii says
Purchased

Thank you very much for your answer. I ve sended u an Email.

Best Regards ;)

Posted 1 year ago
  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
  • France
vvinzz says
Purchased

Very usefull script… Thank you for your fast, and really efficient support. I wish it would be the same for all the script around here !

I definitely recommend “Ajaxer” *

Posted 1 year ago
  • Has been a member for 1-2 years
  • Bought between 100 and 499 items
Gutspiller says

I’m not a programmer, but am capable of adding many scripts here at CodeCanyon by simply following instructions.

Right now I have a site that when you click buttons it displays the data, but this is just done using CSS and the display: none; code. I understand that when the main page loads, that data within those hidden sections is still having to load up.

What I am looking for is to replace this method so that the data that is currently “hidden” from view, is actually not loaded during the initial page load, and is only loaded if those buttons are clicked.

Is this what ajaxer does?

Posted 11 months ago
Author
stormbreaker stormbreaker replied

Ajaxer enables you to dynamically load your website’s pages without reloading. It will do the job for you, but you have to do some structure changes. If your site isn’t dynamic and you don’t care about users with disabled JavaScript you can just split the content in a few html files and skip the php part. If you have a dynamic website then you should be ok with implementing ajaxer.

Posted 11 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
TonyCheung says
Purchased

Hi there! I have bought a copy of Ajaxer and evaluating it. Everything looks great except I cannot bind animation effect to containers registered with $(’#Container’).RegisterContainer()

Please refer to the details here http://www.33designhouse.com/a.php

Thanks!

Posted 10 months ago
Author
stormbreaker stormbreaker replied

The containers dispatch different events: ContainerBeforeReload – before the additional container’s old contents are replaced. ContainerReload – dispatched after contents were replaced. Examples are in the documentation.

About hideIfNull. Lets say you have a registered element (div id=”test”). If you change the page with ajaxer without providing a div with id=”test” it will not respond. To remove the element (activate the hideIfNull directive) you need to have an empty div with the same ID in the requested data. So it only considers it null if the div is present, but it has no contents.

Now for question #3: There’s no direct way to disable registered containers for some links and not for others. You can control which send those specific divs with php so there’s no need (in my point of view) to do it with javascript.

If you need further help write me an email (there’s a contact form in my profile) so I can explain better.

Posted 10 months ago
Purchased
TonyCheung TonyCheung replied

Thanks for the prompt response!

1. I will check the doc later about ContainerBeforeReload and ContainerReload, but it sounds promising :)

2. I have tried that and it works!

3. A simple way I can think of is calling different php to return different DIVs set.

Posted 10 months ago
Purchased
TonyCheung TonyCheung replied

It is working now! :D

Thanks for the prompt support!

Posted 10 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
buddhaflow says

Wow! This is an amazing script! I can’t wait to start using it!

Just one question: Can it do an animation of a right-left sweep, like what happens when you press a button on an iPhone?

Thank you! Sasha

Posted 10 months ago
Author
stormbreaker stormbreaker replied

If you have some jQuery knowledge you can fake such animation, however this script doesn’t provide this out-of-the-box because you can’t have the two contents at the same time

Posted 10 months ago
  • Has been a member for 1-2 years
  • Bought between 100 and 499 items
ghohan says
Purchased

Hi for first try open yoururl.com/ajaxer/demo/#!howtouse.php and that working fine, then please try remove .php url link: yoururl.com/ajaxer/demo/#!howtouse

not loaded ? no information respond back? and try to click another link What happend?

hope you can add if file not found ajax must say pages not found, thanks.

Regards

Posted 10 months ago
Author
stormbreaker stormbreaker replied

Hi!

You can bind to the AjaxerError event and display a proper message.

Posted 10 months ago
  • Has been a member for 4-5 years
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
  • Bought between 10 and 49 items
herrbutzie says

cool

Posted 10 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
abrandlincoln says
Purchased

Hello, I bought your script for the awesome support you seems to deliver so hope you don’t mind me asking basic questions. Thanks in advance!

See the testing site on www.anticuariodebelen.com/0index.php (I’m using firefox)

Problems I’m encountering:

a) Loaded pages work fine first time, after some clicking back and forth they just stop working as expected.

b) On loaded pages lightbox script fails to work. Click on the big email button and then try clicking the thumbnails.

c) I followed the docs but coudnt’ load content in two diferent containers. For example, I want to print on #anotherElement some notifcations text after clicking on the same button that loads content to main #AjaxerContainer.

d) While trying to bind an error event the loading icon showed and #AjaxerContainer content wasn’t cleared. I was doing like this—->

$('#AjaxerContainer').bind('AjaxerError', function(){
$('#AjaxerContainer').prepend('

ERROR NOTIFICA PLEASE!

});

Sorry for my basic knowledge, not that easy to me afterall. If I’m cluttering the comments send me an email and we’ll keep it more private ;)

EDIT : comment system is tearing the code a part :(

Posted 10 months ago
Author
stormbreaker stormbreaker replied

Hi, thanks for the purchase. Can you send me your comment on email? I will do my best to help you, but this comment system is not the best way to do it…

There’s an email contact form in my profile page.

Posted 10 months ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 100 and 1 000 dollars
  • Bought between 100 and 499 items
  • Germany
Kai-ser says
Purchased

Hey,

is it possible to have Ajaxer on two different sections on one page?

Say I have a #footer and there is a link to contact form which should load into #footer and on that contact form is a link back to the original #footer content..just switching content of #footer actually.

now i want a second instance of Ajaxer, responsible for the #main-content section.

is this possible? i thought $(element).RegisterAjaxer(container, [changeHash = false]) is somehow supposed to do this, but i didn’t completly undestand what RegisterAjaxer should do.

cheers

Posted 10 months ago
Author
stormbreaker stormbreaker replied

Hi! You are on the right path. RegisterAjaxer will do the job for you. Just use it two times on the two sections:

$(’#main-content’).RegisterAjaxer($(’#main-content’), true);

$(’#footer’).RegisterAjaxer($(’#footer’), false);

Notice the false as a second parameter for the footer. It prevents the links in #footer from changing the URL and breaking your hotlinking to #main-content

Posted 10 months ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 100 and 1 000 dollars
  • Bought between 100 and 499 items
  • Germany
Kai-ser says
Purchased

thanks for your quick reply. it works, just had to re-init RegisterAjaxer on the callback (AjaxerReload) to make the new anchors work , wasn’t aware of that. Maybe it’s just me, but could be a useful hint for an updated documentation..if it’s not just me :)

great plugin, absolutly top3 on CodeCanyon so far for me.

Posted 9 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • United Kingdom
bakerman says

Hi. cool script. Can the content div height be set to certain min height? I mean to avoid the too much content movement.

Posted 8 months ago
Author
stormbreaker stormbreaker replied

You can set min-width with CSS . If you are talking about the animations – you can change those with some JQuery knowledge.

Posted 8 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
  • Referred between 1 and 9 users
meridiano says

Hello,

Please, can you tell me what are the essentials diferences with this component (Ajaxer) and this one: SmartAjax (http://codecanyon.net/item/smartajax-smart-powerful-and-easy-to-setup-ajax/406189)

Thank you in advanced Jorge

Posted 6 months ago
Author
stormbreaker stormbreaker replied

Hello, SmartAjax is newer and uses some HTML5 stuff while keeping HTML4 compatibility for older browsers. However it doesn’t work with IE6 . I recommend SmartAjax.

Thanks for the interest.

Posted 6 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
yostevo says
Purchased

Hi!

This is a fantastic plugin. Very happy with this purchase – excellent work!! However I’m not seeing in your documentation what might seem to be a basic function. When my clients page initially loads I want the target container to load a default value. Is there a function that triggers Ajaxer to begin a load on demand in the code without a click? I saw this function in your previous comments that wasn’t in your documentation > “LoadWithAjaxer” < but that forces a refresh. Is it possible to avoid refreshing the page?

Thanks very much!

Posted 5 months ago
Author
stormbreaker stormbreaker replied

Hi,

Why would you want to change the content when the page loads? I mean, can’t you just send the new content from php?

Can you write me an email through my profile page so I can take a look and see why is LoadWithAjaxer refreshing the page.

Thanks for the purchase :)

Posted 5 months ago
Purchased
Default-user yostevo replied

Thanks for your speedy reply!! As it turns out LoadWithAjaxer indeed does not refresh the and does exactly what I would like it to do. I was trying to keep all the code in a phph page that changes the content based on a GET variable and just have my Ajaxer links call that same page with different variables based on links generated by the CMS .

So here’s another question. What is the best way to determine which link was clicked and dispatched the Ajaxer events? I would like to add a class to any link a user clicks in an Ajaxer container. Thanks again!

Posted 5 months ago
Purchased
Default-user yostevo replied

Ignore my last question. I discovered I could could still capture the clicks using my own separate jQuery function without interrupting the functionality of ajaxer.

Looks like all my qualms were non-issues and the only problem was me. Lol. Sorry for bugging you. Back to work.

Posted 5 months ago

You must sign in or sign up to purchase this item.

$6Regular Licence

$6

Regular Licence a website (commercial, personal, client), or intranet site project - Details

$30Extended Licence

$30

Extended Licence a website template for sale (including on ThemeForest or ActiveDen) - Details

162 Purchases 37 Comments

Buyer Rating
12345 ( 26 ratings )
stormbreaker

stormbreaker

  • Has been a member for 1-2 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
  • Bulgaria
View Portfolio
Created 26 February 10
Compatible Browsers IE6, IE7, IE8, Safari 4, Safari 5, Opera
Software Version jQuery 1.3, jQuery 1.4, jQuery 1.5
Files Included JavaScript JS, HTML, PHP
by
by
by
by
by