Message 1 of 2
Selecting just the parent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
select $
selects the parent and the immediate children. How to just select the parent alone. Lets say Name1 is the parent. And the children contains Name1 and Name 2. When we do select $, it selects the Name1 parent and also the child Name1.
But what if I want to select only the parent Name1 and not any of the child objects even one or more child objects have the same name (Name1 in this case)