Convert DOMElement Array to jQuery Object
Posted
by Tim N
on Stack Overflow
See other posts from Stack Overflow
or by Tim N
Published on 2010-06-05T17:46:31Z
Indexed on
2010/06/05
17:52 UTC
Read the original article
Hit count: 154
JavaScript
|jQuery
I am using the DataTables plugin for jQuery and need to get one of the table rows. DataTables has a fnGetNodes function that returns an Array with all of the DOMElements of the table. I would like to use a jQuery selector to find that row (I know the id of the row), but I need to convert the Array to a jQuery Object, is this possible?
© Stack Overflow or respective owner