Making a short alias for document.querySelectorAll

This seems to work: const queryAll = document.querySelectorAll.bind(document); bind returns a new function which works identically to the querySelectorAll function, where the value of this inside the querySelectorAll method is bound to the document object. The bind function is only supported in IE9+ (and all the other browsers) – https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Function/bind Update: In fact you could … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)