Re: [selectors-api] What DOM feature "Selectors API" belongs to?

>  if (document.querySelector) {
>    // Supported
>  } else {
>    // Not suported
>  }

Too bad that only works with ecmascript.
Such syntax is not valid in other languages.

Received on Thursday, 14 February 2008 15:34:11 UTC