Questa è la tua azienda?
Enhance the contains function to make it part of the JavaScript system (e.g. HTMLElement.prototype).
Anonimo
HTMLElement.prototype.contains = function contains(b) { while ((this != b) && (b != null)) { b = b.getParent(); } return (this == b); }
Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.
Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.