Tips & Tricks #10
Can I copy an object from console?
Chrome, Edge, Opera, Firefox, Safari
copy(object) copies a string representation of the specified object to the clipboard.
> copy($("h1"))
undefined
> <h1>Example Domain</h1>copy(object) copies a string representation of the specified object to the clipboard.
> copy($("h1"))
undefined
> <h1>Example Domain</h1>No posts