- From: Joe Pea <notifications@github.com>
- Date: Thu, 31 Jan 2019 12:27:50 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 31 January 2019 20:28:27 UTC
Another solution is just bring back jQuery:
```js
$(document).ready(() => {
// now begin doing anything with the custom elements (as end user of the elements)
})
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/787#issuecomment-459493560
Received on Thursday, 31 January 2019 20:28:27 UTC