Top "Element" questions

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

Undefined offset while accessing array element which exists

I have an array and PHP and when I print it out I can see the values I need to …

php arrays indexing element undefined
jQuery: create a javascript ARRAY from an Element's CHILDREN

I am trying to create a JavaScript ARRAY, and get the name of an element's children. (I do not need …

jquery arrays element children
Create Button Element in JavaScript

I'm trying to create a button element in javascript without using jQuery. I keep getting an error when I try …

javascript html button element createelement
Self-closing tags (void elements) in HTML5

Step 6 of 8.1.2.1 Start tags of the HTML5 spec says that void elements may have a single / character. I think this …

html tags element
How to change an element in a list in erlang

I have a list which I have used the function lists:nth() on to return the value of an element …

list erlang element edit
Get specific content off responseText

I am making an ajax call and I get the content from responseText. I confirm by using alert that inside, …

javascript xmlhttprequest element responsetext
Can I break with debugger on all changes to a DOM element?

I would really love to be able to see the code that is affecting a specific DOM element. But I …

javascript debugging dom element breakpoints
XPath element which contains an attribute and whose parent's parent contains another attribute

This is my first post here and since I've seen many great answers I thought I'd give it a try. …

xpath element parent predicate axes
Center elements of HorizontalScrollView when not enough to make it scroll

I have a Layout with a HorizontalScrollView containing a LinearLayout for a Menu where the contents are inflated with the …

android layout element center horizontalscrollview
jQuery find next element with class

I have a quite simple question, that ate me 4 hours and is not yet solved: How to find next span …

jquery class element next