The Document Object Model - specifically, the XML / HTML document object model. Use this tag on questions regarding the interaction of other languages with such markup via these models. Do not use it as shorthand for HTML, JavaScript, or SAX - use additional tags to denote both language and markup. ...

learn more… | top users | synonyms (1)

0
votes
0answers
29 views

How get all Html code befor and after load?

I use simple_html_dom and curl for get and dom html code My code : <?php header('Content-Type: text/plain; charset=utf-8'); error_reporting(E_ALL); ## [Config]->Define ...
0
votes
0answers
18 views

Performing deep copy on DOM nodes

Here's the code: Object result1 = xpath.evaluate("/inventory/book[3]",doc,XPathConstants.NODE); Object result2 = xpath.evaluate("/inventory/book[1]",doc,XPathConstants.NODE); ...
0
votes
1answer
12 views

Return edited XML string with Javascript

I'm using the the XML for < script > library W3C DOM Parser available here. (This because I'm using js inside a .NET CLI Jint program instead of a browser.) My problem is, I edit a XML using ...
1
vote
0answers
29 views

Append to an XML file

I am writing some data to an XML file. Here is the code: try { DocumentBuilderFactory docFactory = DocumentBuilderFactory.newInstance(); DocumentBuilder docBuilder = ...
0
votes
1answer
21 views

How to manipulate DOM after new elements have been inserted?

I am working on a Woocommerce/WordPress site at the moment and on the checkout page, when I submit the form, it submits through ajax and if there are errors (required fields not filled in etc), the ...
0
votes
1answer
13 views

Google Maps API V3 & Fusion Tables - Display selected polygon name (as innerHTML) inside sidebar

I menage to find polygons (stored in Fusion Tables) that are inside specific radius and display this polygons on the map. Now I trying to display name of this polygons (by using innerHTML) inside ...
0
votes
0answers
11 views

org.w3c.dom.Node related Javadoc could not found?

As part of my project requirement I have done a POC on parsing XML file into Java object. at the time of POC my code is running successfully. But when I copy the same code in My Project I am getting ...
0
votes
1answer
26 views

Getting document structure of parent

I'm trying to obtain the document structure for the main browser display in javascript in order to change text spans from within a window opened in a manner supported by most browsers. I have tried ...
0
votes
2answers
12 views

Unable to read xml with namespace prefix using DOM parser

This is the input XML: <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <ns2:SendResponse ...
0
votes
1answer
19 views

An error in parsing a document

I have an error while converting an InputStream into a Document, i'm using the DocumentBuilder and i made imports the following way but i have a incompatible types error. the code : import ...
-3
votes
0answers
46 views

How Scrap Html Via PHP? [duplicate]

I Use dom simple html for scrap htm This code worked full for 90% sites but not work on live table sites My code : <?php header('Content-Type: text/plain; charset=utf-8'); ...
1
vote
2answers
43 views

jQuery not working on IE 9 when retrieve grand child element

The following jQuery doesn't work on IE9. Unfortunately I am on jQuery 1.4 var denomAmount = j(this).closest('.denom').children('.denomValue').eq(0).val(); Dom structure is like this <tbody ...
0
votes
1answer
43 views

IE 9 debugger how to get variable value

My code not working on IE 9 but fine in Firefox: var denomAmount = j(this).closest('.denom').children('.denomValue').eq(0).val(); I want to find what is eq(0) going to return but IE9 debugger give ...
0
votes
2answers
32 views

Scraping much data from different URLs with simple_html_dom.php

i basically want to do exactly something like this: Simple Html DOM Caching i got everything to work so far, but now i'm getting the following error because i scrape many sites (6 at the moment, i ...
1
vote
3answers
39 views

Manipulate Custom Values with jQuery

<img src="" class="className" click="" id='button4' u="button6" r="button5" l="ele1" d="" /> I have an image wherein I need to change the value of the "U" data type. The "U" data was put in ...
-3
votes
0answers
35 views

How Dom And Scrap Via PHP From Sbobet? [closed]

I Use Simple DOM Html for scrap But this Code not work for <domain name removed> This Code Worked Full For <another domain> or <a third domain> but Not Work For <domain name ...
0
votes
2answers
54 views

innerHTML of clicked element

How could I get the innerHTML of a clicked element on a page of a random website, using a favelet or a script injector? By example, clicking right above the "Ask Question" of this page would return ...
0
votes
3answers
32 views

Create element thats embraces an existing one

I need to create a div that will contain another div that already exists in DOM. <div class='a'></div> to <div class='b'><div class='a'></div></div> I created a ...
0
votes
1answer
48 views

Simple addition of variables between two functions

Problem is the following. Each time, when button "Dodaj" is pressed an item is added to list in html. I need to show a total cost of items on separate element; in my case I used hidden input. I tried ...
0
votes
0answers
25 views

js/jquery: set cursor after contenteditable div. Some cases do not work in IE

I need to set the cursor at the end of a particular element. I found the below code for setEndOfContenteditable(contentEditableElement) here on Stackoverflow. The code works great when it is run ...
0
votes
1answer
52 views

simple querySelector dosen't work

I am using querySelector however it shows error as Uncaught TypeError: Cannot set property 'src' of null I guess it is because document.querySelector("video"); returnes null.Please help me ...
0
votes
1answer
30 views

js/jquery: contenteditable, insert text and move cursor to end

I need to insert text into a contenteditable div and then have the cursor be at the end of the inserted text. I got the solution below from here Insert text at cursor in a content editable div. ...
2
votes
1answer
35 views

How to limit the timeout when running DOMDocument->loadHtmlFile?

I'm trying to get the content from some website but if the website is down, it takes a really long time to open (like 1 min). $html = new DOMDocument(); ...
0
votes
1answer
7 views

Jquery Select Boxes into Likert Table

So I am trying to use jquery to dynamically change an entire fieldset of selectboxes into a likert table of radio buttons. I've found other solutions show you how to create a single select box into ...
0
votes
4answers
63 views

javaScript will not let me write to a textbox value

EDIT thanks to everyone! I have a cookie on a page and when the page loads I want to put the value from the cookie into a input box as its defualt value. However it will not work and I cant find the ...
3
votes
3answers
45 views

Parse XML into DOM tree with custom object implementations in Java

I want to parse an XML document into a DOM tree in Java such that certain objects (e.g. instances of org.w3c.dom.Node or org.w3c.dom.Element) in the tree can be downcast to instances of classes that I ...
-1
votes
0answers
55 views

Change background image of THIS cell

I'm trying to change the background image of only expand rows. The following code works but it will only change the background image of the first rows td, regardless of what row I expand. How do I set ...
0
votes
0answers
16 views

Disable Default Tooltip Behavior in Custom Tooltip Script

I have a custom script which displays what I want exactly as expected. The problem is, when my custom tooltip is active, the default tooltip, the one with yellow box; As you can see...there is no ...
0
votes
1answer
26 views

getting elements in DOM in d3

My code looks like this. I wrote this with the help of the d3js website, because I am learning how to use d3. it is my first JS library so the syntax and customs were a little confusing at first but I ...
3
votes
1answer
68 views

Index of list item clicked does not reset

On a fresh page load, the code works just fine and will display the correct information, but if you navigate backwards and try again, it displays the information from the first click. First off, here ...
0
votes
0answers
20 views

Js/jquery: clean contenteditable copy-paste, same look as if manually copied to textarea

I want to clean the copy-paste contents before they are copy-pasted into my contenteditable div. I want the text to look the same as if it had been manually copied into a text area. That means ...
0
votes
2answers
30 views

Find and fill XML nodes from a PHP object

First of all, sorry about my english. So, I have an XML with a lot of nodes, like: <first> <second> <third/> <fourth/> </second> ...
0
votes
1answer
24 views

Js-jQuery - check if element is focused or get last focused element class

is it possible to check if an element is focused? i tryed: <a href="#"></a> $('a').is(':focused'); but it won't work. Also i would like to understand if is possible to get the ...
0
votes
1answer
33 views

js/jquery: copy contenteditable div to textarea, keeping newline info

I have a contenteditable div. It starts out with some children. There is also a textarea. When "enter" is pressed, the contents of the div are copied to the textbox. My problem is that any new ...
0
votes
0answers
15 views

PHP DOM Parser Timetable to get variables

I'm trying to get the contents of each cell using PHP Simple HTML DOM Parser however I cant seem to get it working correctly. The timetable is read vertically for each day and i'm trying to get each ...
0
votes
1answer
33 views

Referencing Dynamic content with jquery [duplicate]

I use the following code through out my application to create hyper links that load pages into a DIV element $(".OpenInContent").click(function () { linkObj = $(this); var viewUrl = ...
2
votes
1answer
22 views

Is there a way to get the width of a Selection/Range?

You can get the current Selection with getSelection() and its Range with getRangeAt(0). There's a bunch of information in there: starting node, ending node, characters, position etc. What's not in ...
1
vote
2answers
49 views

JavaScript object properties are “sometimes” undefined

I am very confused. I created the following script which is located at http://tapmeister.com/test/dom.html. For some unknown reason, tinymce.editors.ta1 and tinymce.editors[0] show up as undefined, ...
1
vote
1answer
37 views

DOM loading and referencing elements from Javascript function

Dealing with some legacy code atm and I have an extremely annoying issue with Javascript and Internet Explorer. The setup of the GUI consist of several lines of HTML printed with document.write() ...
0
votes
1answer
34 views

strange behavior on manipulating DOM with drag and drop

I'm using html5 drag and drop to set some values where the div is dropped, but there is some strange behavior that I can't understand it nor to find a solution. For example if I add elements on ...
7
votes
2answers
85 views

How to Implement DOM Data Binding in JavaScript

Please treat this question as strictly educational. I've accepted and answer but I'm still interested in hearing new answers and ideas to implement this tl;dr How would I implement bi-directional ...
0
votes
2answers
3k views

how to convert dom4j document object to string

Just trying to find a way to convert a Dom4J Document content to String. It has a asXML() API which converts the content to a XML. In my case,I'm editing a non-xml DOM structure using Dom4J and trying ...
21
votes
3answers
8k views

Difference between .tagName and .nodeName

What is the difference between $('this')[0].nodeName and $('this')[0].tagName?
1
vote
1answer
4k views

Javascript - Replace '%20' spaces

var loc_array = document.location.href.split('/'); var linkElement = document.getElementById("waBackButton"); var newT = document.createTextNode(loc_array[loc_array.length-2]); var repl = ...
2
votes
2answers
16k views

Iframe src set dynamically through JavaScript is being executed twice on Internet Explorer

I am encountering a very annoying problem with IE. Basically I need to set the source of an IFrame using JavaScript, however the source document is being executed twice not once during each call. The ...
26
votes
1answer
4k views

innerText/textContent vs. retrieving each text node

I've heard that using el.innerText||el.textContent can yield unreliable results, and that's why I've always insisted on using the following function in the past: function getText(node) { if ...
2
votes
3answers
4k views

How can I get an object's absolute position on the page in Javascript?

I want to get an object's absolute x,y position on the page in Javascript. How can I do this? I tried obj.offsetTop and obj.offsetLeft, but those only give the position relative to the parent ...
124
votes
5answers
57k views

How to remove all CSS classes using jQuery?

Instead of individually calling $("#item").removeClass() for every single class an element might have, is there a single function which can be called which removes all CSS classes from the given ...
2
votes
2answers
3k views

Is there a way to get all of a DOMElement's attributes?

I'm reading some XML with PHP and currently using the DOMDocument class to do so. I need a way to grab the names and values of a tag's (instance of DOMElement) attributes, without knowing beforehand ...
20
votes
6answers
6k views

Find DOM element by ID when ID contains square brackets?

I have a DOM element with an ID similar to: something[500] which was built by my Ruby on Rails application. I need to be able to get this element via jQuery so that I can traverse my way up the ...

1 2 3 4 5 252