FindByUid
methodsSearches for a node with the given unique identifier.
Applicable when the widget is bound to a HierarchicalDataSource.
If you want to find a node by its id, use the dataSource.get() method and supply its uid to the findByUid method.
Parameters:uidString
Returns:jQuery
The uid that is being searched for.
The found node, wrapped in jQuery object.