Go Back   CodingForums.com > :: Client side development > JavaScript programming > Ajax and Design

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-12-2010, 10:11 PM   PM User | #1
kdev
New to the CF scene

 
Join Date: Apr 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
kdev is an unknown quantity at this point
I'm sure this should be easy! AJAX Refresh

Hi all,

I've been working on a site for a local arts organisation (test site at http://www.uberleaf.com. I'm using Wordpress as the CMS and the NextGen gallery plug-in to upload and display images.

On the home page I am using

Code:
<div class="image-grid">
PHP Code:
<?php if (function_exists("nggDisplayRandomImages")) { nggDisplayRandomImages('6',$Width,$Height); } ?>
</div>

to display 6 random thumbnails every time the page is loaded.

The client would like these images to change without a page refresh. I have tried to use a number of AJAX scripts that I've found on the web but nothing has worked. I tried the code used by Chris Coyier at http://css-tricks.co...ng-rss-content/ but couldn't get that working either.

Do you guys have any idea how I might go about this?

Cheers,

Keith
kdev is offline   Reply With Quote
Old 05-09-2010, 10:40 AM   PM User | #2
sashank.narain
New to the CF scene

 
Join Date: Dec 2009
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
sashank.narain is an unknown quantity at this point
Im not sure if i get this properly.... ur able to generate 6 random images.... i saw that on the dev site.... now do u want these images to change after a certain time interval? If that is the case, yes that should be easy.... ajax and setInterval should do it for you...
sashank.narain is offline   Reply With Quote
Reply

Bookmarks

Tags
ajax, nextgen, php, refresh, wordpress

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:04 PM.


Advertisement
Log in to turn off these ads.