TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 02-03-2009, 08:25 AM   #1 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default AJAX ticker in jQuery

I have an ajax ticker going in jquery, and I want to know how you prevent it from repeating the same data.
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 02-03-2009, 10:59 AM   #2 (permalink)
Moderateur
RegEx Guru PHP Guru Top Contributor Advanced Programmer 
 
Salathe's Avatar
 
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
Salathe is on a distinguished road
Default

I'd just ask it nicely. If you really want us to help, don't just provide a one-sentence post with no useful information.
Salathe is offline  
Reply With Quote
Old 02-04-2009, 01:50 AM   #3 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

I'll show you my code:
Code:
function ticker_req(element) {
	
	
	$.getJSON('ajax.php?tick=blogs', 
	function(data){ticker_com(element,data);});
	
}

function ticker_com(element, data) {

	$.each(data, function() { $(element).append(data.blogtitle); });
	
	setTimeout(function(){ticker_req(element);},1000);
}

That's really all I have so far. ;P The power of jQuery. <3
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 02-09-2009, 05:31 AM   #4 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Bump. (chars)
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
AJAX Help CoryMathews Javascript, AJAX, E4X 9 02-25-2008 05:10 AM
Ajax without ruining crawlability? Aaron Javascript, AJAX, E4X 5 01-28-2008 06:57 PM
Ajax & Creating Thumbnail Rendair Advanced PHP Programming 0 01-10-2008 03:28 PM
Secure AJAX Server Scripts trmbne2000 General 4 12-07-2007 01:14 AM


All times are GMT. The time now is 09:33 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design