Top "Element" questions

In metadata, the term data element is an atomic unit of data that has precise meaning or precise semantics.

How to remove elements that were fetched using querySelectorAll?

This seems like something that would have a quick answer, but I can't find one. Maybe I'm searching the wrong …

javascript element selectors-api
How do you make a submit button in HTML5?

Given W3C's HTML5 spec for the submit button: A button element must have both a start tag and an …

html input submit element markup
document.querySelector multiple data-attributes in one element

I'm trying to find an element with document.querySelector which has multiple data-attributes: <div class="text-right" data-point-id="7febe088-4…

javascript jquery dom element
Search on descendants of an element

With protractor whats the best way to select child elements? Say we have the layout below... <div id='parent_1…

element parent-child protractor chaining
Bind to a property of a parent element in wpf

'I want to bind the Height property of the RichTextBox to the Height Property of the GridView`s Row. How …

wpf properties element bind parent
JavaScript get parent element and write holder div for siblings

I have the following structure: <div class="parent"> <div id="child1">Content here</div> &…

javascript dom element parent
WPF Get Element(s) under mouse

Is there a way with WPF to get an array of elements under the mouse on a MouseMove event?

wpf element visualtreehelper visual-tree
this.name returns undefined in javascript

I am trying to remotely create an onclick for each <div> (to save typing time). Here is the …

javascript element onload
Hide an element's next sibling with Javascript

I have an element grabbed from document.getElementById('the_id'). How can I get its next sibling and hide it? …

javascript element hide siblings
XSD - allow element type as integer OR empty

I need to be able to set a simple element type as an integer but allow it to also be …

xsd element