From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from resqmta-ch2-06v.sys.comcast.net (resqmta-ch2-06v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:38]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 5129C77D1A for ; Tue, 29 Nov 2016 08:03:42 -0800 (PST) Received: from resomta-ch2-10v.sys.comcast.net ([69.252.207.106]) by resqmta-ch2-06v.sys.comcast.net with SMTP id Bksncuxhk5TWoBksvc3n2r; Tue, 29 Nov 2016 16:03:57 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1480435437; bh=Z3Fl5Xg+Ed1qiP837StIGf59qehWzhL1+3mpbOBAQy8=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=TWYUV+veIUGEGhgfM0kee2+iYj0+/6i4sY+m4H6G748lyDab1vOR1COSvQ8QfmwIB meCu3fml6frQAnTit4t50eqPU81khEEJ2rbv4KjxQbzClMm+MsmRCo+J8ZzwSCuqrd LfbO9qCrJd09+s/2bL76MODvQ1fM/R3yfgxx5VWGZZbOrHweUjmY838gT16j4vdPFz loNGl2oAAMRg7IVW2W9ee32OZZyxSAaRg2y/cWb9S/omb1KmGmzFiXtvl/Z1XsfPnU RCnqD9bsPByfkA1Re7FK1AYax8C7heukIKVFfKJq3NIfMpNPMgEVyy5jUKSMsHno6Y sy32uhgOpaWbg== Received: from unknown ([IPv6:2601:408:c301:784d:21e:4fff:fec2:a0f1]) by resomta-ch2-10v.sys.comcast.net with SMTP id Bksucf6TfzY9ABksvc0eTs; Tue, 29 Nov 2016 16:03:57 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke Reply-to: Karl Dahlke User-Agent: edbrowse/3.6.1+ Date: Tue, 29 Nov 2016 11:03:56 -0500 Message-ID: <20161029110356.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfFn/frNc0iTryJ3AK8Q9BBrZeonbvyyU6R8tyRwgDHlQQuYM33kB8oY3iCHNM8yxyrX1y0CnCVZlE+dYmJQ+U04hqIldvqxmumC5ZW7zF+E5XrxYwGQ5 VQEzDDNjIWMq5/iMBwRD18IEM7JynxjisiHH/jNRt7FJn5U3v9okml+L Subject: [Edbrowse-dev] $ object in javascript X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.23 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Nov 2016 16:03:42 -0000 If you're doing find&fix, it is perhaps more efficacious to track through a page with 10 lines of js rather than 1000 lines of jquery. This page http://www.radiocaroline.co.uk/top15_page.html has just a few lines of script, but I don't understand them, and if I don't understand then then you can be sure edbrowse doesn't handle them properly. There seems to be an inbuilt function or object $ which does some magic things, which I haven't implemented at all. Anybody know how this is suppose to work? if(!$("#scheduled_top15s").find("table").length){ $.get("php/get_scheduled_top15s_public_2.php", function( data ) { $("#scheduled_top15s").html( data ); }); } Karl Dahlke