[whatwg] getElementsByIdPart

Doron Rosenberg doronr at gmail.com
Tue Jul 27 18:08:58 PDT 2004


You could use XPATH to do that.  Mozilla for example supports running
XPATH on documents.

On Sat, 24 Jul 2004 06:19:39 +0000, chriswa at comcast.net
<chriswa at comcast.net> wrote:
> It would be nice if you can add an API to that permit you to get elements based on part of the Id name.  This would permit you to create classes of controls in JavaScript.
> 
> For example ASP.NET labels the id of controls as ControlOuter1_ControlInner1_element.  If use such an API I can obtain all the elements of ControlOuter1 then all the elements of ControlInner1.  Thus I can build a control heirarchy in JavaScript.
> 
> Currently I use indexOf but it would be faster and more efficient if there was such an API of the DOM that supplies that information.
> 
> Thanks,
> Chriswa
>



More information about the whatwg mailing list