From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (unknown [IPv6:2602:d8:a15d:7f00::63a:26e7]) by hurricane.the-brannons.com (Postfix) with ESMTPSA id 1C11F77D01 for ; Tue, 29 Nov 2016 08:24:11 -0800 (PST) From: Chris Brannon To: Edbrowse-dev@lists.the-brannons.com References: <20161029110356.eklhad@comcast.net> Date: Tue, 29 Nov 2016 08:24:27 -0800 In-Reply-To: <20161029110356.eklhad@comcast.net> (Karl Dahlke's message of "Tue, 29 Nov 2016 11:03:56 -0500") Message-ID: <87wpfms18k.fsf@the-brannons.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [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:24:11 -0000 Karl Dahlke writes: > There seems to be an inbuilt function or object $ which does some magic things, > which I haven't implemented at all. $ is an alias for the jQuery function, the entrypoint into jQuery. It's also an object and used like a namespace apparently. -- Chris