Top "Element" questions

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

How to get asp.net client id at external javascript file

When I use embedded javascript functions I can get client id of elements with this code: document.getElementById('<%=…

javascript asp.net client element
Python Element Tree Writing to New File

Hi so I've been struggling with this and can't quite figure out why I'm getting errors. Trying to export just …

python xml tree element writing
How to move HTML element

How to move HTML element to another element. Note that, I don't mean moving element's position. Consider this HTML code: &…

javascript prototypejs element move
Java: Converting lists of one element type to a list of another type

I'm writing an adapter framework where I need to convert a list of objects from one class to another. I …

java list element
Finding max value in the second column of a nested list?

I have a list like this: alkaline_earth_values = [['beryllium', 4], ['magnesium', 12], ['calcium', 20], ['strontium', 38], ['barium', 56], ['radium', 88]] If I simply use the …

python list nested element max
Jquery - How to find an element using class and attribute

I am trying to figure out the most efficient way to find my element. Following i smy structure: <div …

jquery class find attributes element
Android - ListView only show the first result

I am working on an android app which interacts with Twitter using their search API. Everythings works well except that …

android listview element
How to reference external svg file in svg correctly?

Hello I am working on an svg/js map, which consists of many little svg graphics (City districts). I put …

xml svg reference element
$elem.hasClass is not a function

I found this jsFiddle http://jsfiddle.net/Yvk9q/9/ that use isotope for bringing the element I want at the …

jquery function element jquery-isotope
How to get the parent element value using jquery?

I have a table with a couple of rows with two cells in each row and each cell has couple …

jquery element parent siblings parents