_select: Select the Content of Any DOM Element

Posted on Monday, August 26th, 2013

_select extends the native JavaScript select() (which only works on input and textarea) so that it can be used to select the content of any DOM element you want.

|