Return-Path: Delivered-To: apmail-incubator-click-commits-archive@minotaur.apache.org Received: (qmail 75326 invoked from network); 29 Jun 2009 22:27:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Jun 2009 22:27:42 -0000 Received: (qmail 84307 invoked by uid 500); 29 Jun 2009 22:27:53 -0000 Delivered-To: apmail-incubator-click-commits-archive@incubator.apache.org Received: (qmail 84294 invoked by uid 500); 29 Jun 2009 22:27:53 -0000 Mailing-List: contact click-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-commits@incubator.apache.org Received: (qmail 84283 invoked by uid 99); 29 Jun 2009 22:27:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jun 2009 22:27:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jun 2009 22:27:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EE83C238889D; Mon, 29 Jun 2009 22:27:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r789475 - /incubator/click/trunk/click/examples/webapp/ajax/ajax-live-scroller.js Date: Mon, 29 Jun 2009 22:27:30 -0000 To: click-commits@incubator.apache.org From: sabob@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090629222730.EE83C238889D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sabob Date: Mon Jun 29 22:27:30 2009 New Revision: 789475 URL: http://svn.apache.org/viewvc?rev=789475&view=rev Log: updated ajax scroller for standards compliance Modified: incubator/click/trunk/click/examples/webapp/ajax/ajax-live-scroller.js Modified: incubator/click/trunk/click/examples/webapp/ajax/ajax-live-scroller.js URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/ajax/ajax-live-scroller.js?rev=789475&r1=789474&r2=789475&view=diff ============================================================================== --- incubator/click/trunk/click/examples/webapp/ajax/ajax-live-scroller.js (original) +++ incubator/click/trunk/click/examples/webapp/ajax/ajax-live-scroller.js Mon Jun 29 22:27:30 2009 @@ -19,15 +19,11 @@ $(document).ready(function(){ // Dynamically create a fixed scroll indicator at the bottom right corner of the screen - jQuery("") - .insertAfter(jQuery('table.page')); // Insert the indicator after the table defined in border-template.htm + .insertAfter(jQuery('div.page')); // Insert the indicator after the main div defined in border-template.htm // Current number of records loaded from server var offset = 0;