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. ...
1
vote
2answers
29 views
How to unsubscribe from events without disrupting other instances of the same plugin?
I have created a jQuery plugin which needs to respond to the resizing of the browser window. It subscribes to the event using jQuery's event namespacing mechanism:
var $window = $(window);
...
2
votes
2answers
55 views
Dynamically assign value to dom
I have a html page which will show the user profile username,place,about etc. I am getting the value using ajax in jquery. Now i have question how to assign retrieved value to the DOM:
First method ...
0
votes
4answers
41 views
Selecting multiple id's and hovering using jquery each() and hover()
Please kindly take a look at this code. I'm selecting all the element with the same ids, however, only the first element changes color, when you hover on the other elements, their color remain the ...
0
votes
4answers
56 views
get and append first four images from url
that's pretty much it, how do I get the first four images from whatever url and then append them to a specified element
something like this:
$('document').ready(function(){
var thing = ...
1
vote
1answer
41 views
A website that performs a similar function to Firebug, Chrome developer tools etc [closed]
I'm looking for a website that duplicates at least some of the most basic features of Firebug, Chrome developer tools, etc, but that is simple enough for a non-developer to use.
At the very least, I ...
0
votes
0answers
22 views
Parse a curl response stored in a variable [duplicate]
I'm fetching some content like this:
<?php
$url = 'http://www.mozilla.org';
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/1.0");
...
0
votes
0answers
18 views
to parse xml in java using dom
<persons>
<people id="1">
<name>Kumar</name>
<address>
<street doorNumber="1a">First Cross Street</street>
...
0
votes
5answers
49 views
Javascript selector to select field in parent window from popup window
I have a parent HTML window and a pop up window. I want to access fields in parent window when I click a button inside popup.
I have tried this but it doesn't work from popup:
...
0
votes
3answers
58 views
getting data in and element with jquery
i have a file that gets its content from another file, i use JS to call a php file that gets information from a database and display it.
This works fine, but i want to be able to get hold of the ...
0
votes
0answers
26 views
How to send HttpPost request via Ksoap2 library
well I have consumed a .NET web service and parsed the XML response via DOM XML Parser and is working just awesome.
but now i want to use kSoap2 for sending the post request and get the XML ...
4
votes
2answers
80 views
Is it possible to use external .js file partly?
I have a puzzling situation (puzzling for me at least).
There is an external file "file.js" which is created by an external website:
http://external-website.com/file.js
it has this code inside of ...
0
votes
0answers
77 views
Javascript: parent/child window.close event not firing in Android stock browser
all!
I'm having an issue with parent/child window communication on the stock Android 'Browser' browser. Safari, Chrome, Firefox, IE(!!!), iOS, all good! Android v4.1.1, not so much.
The flow:
From ...
0
votes
3answers
109 views
Coldfusion Populate form with dropdown selection using ajax
So I have a project that's using ColdFusion and it has a form with a dropdown.
See example: http://jsfiddle.net/mwoods98/KXmNK/
What I need to happen once the dropdown is selected, is for an ajax ...
0
votes
4answers
45 views
Modifying body HTML content before DOM is loaded and displayed in browser
I am trying to modify the body of a page before the DOM is displayed using JavaScript or jQuery.
I'm able to do it fairly well with:
jQuery(document).ready(function() {
...
0
votes
3answers
31 views
java.lang.OutOfMemoryError with DOM
I am trying to test different parsers, i have problem with DOM when i try to parse 70 MB xml file. Error is java.lang.OutOfMemoryError
I think i have decent computer, so i am not sure there is ...
0
votes
0answers
70 views
PHP Simple HTML DOM Parser - Find a specific URL
There are several URL's in the page that include $id in them. The one I need does not have any special tags, just a long URL that I can't seem to get because of special characters. I'm using a ...
0
votes
2answers
69 views
Javascript Questions issues [closed]
Hey guys so Im making a customer name textfield and have these requirements.
get how many chars are in name
check if name is greater than 6 if so then continue to next check
check if 1st char is a ...
0
votes
0answers
21 views
Batch processing html tags
This is not a duplicate of Batch html file processing because I am not limited to Mac machines. I wanted to do this with Linux.
Anyway, I want to remove a series of tags like:
<div id="p-person" ...
-7
votes
2answers
37 views
Complete change and adding of content in webpage [closed]
I am trying to create a web page that, when click activated, changes completely the content of a div element. I currently have some text and a video embedded in the div, and I want to remove that and ...
-1
votes
3answers
56 views
How to re arrange child elements in an XML file using Java
I have an xml file and I am looking to re position the child elements based on certain attributes ( value if "id" in the example below).
I am looking to rewrite the xml file in a way that "bk103" ...
0
votes
1answer
32 views
Show dijit/Menu programatically
I am working on a context menu in dijit. The code is almost done and the menu pops up as I right click the attached dom node. The problem is that I need to be able to show/hide the menu ...
0
votes
1answer
96 views
JavaScript to Find Index of Selected Dropdown Item, Pass to Hyperlink
I am having some trouble and after quite a bit of research have been unable to find a solution. I am working in SharePoint Designer 2010 and have an ASP.net dropdown populated by a list. I want to get ...
0
votes
1answer
19 views
createElement shows as text node
Why would
console.log(document.createElement("p").appendChild(document.createTextNode("some text")));
return
<TextNode textContent="some text">
in Firebug?
0
votes
2answers
47 views
How to attach event to this hyperlink button
How can I add onClientClick event to this
<a href="javascript:__doPostBack('ctl00$m$g_8dbaa58f_d132_4042_b180_3c555d885dde$ctl00$GridView1','Delete$0')">Delete</a>
Since it's a ...
0
votes
1answer
15 views
Java Dom API getAttribute
im trying to parse xml file, but it wont print attribut value. I dont know how to get attribute typ from phone
try { String subor = "Noviny.xml";
DocumentBuilderFactory factory = ...
1
vote
1answer
34 views
Grab Image Element From Element Background As A DOM Resource
Consider the following fiddle: http://jsfiddle.net/rf4hV/
In there I'm listening to a load for an img. When the image is loaded I get an event which has a target of an image resource.
1) Is there ...
0
votes
1answer
27 views
jQuery or JavaScript method of finding an elements off set to the window when the element is in a relative position element
I have a couple elements that are stuck in containers that are set to relative positioned parents. To which these elements need to have a custom tool tip added to them, the tooltip is a fixed position ...
3
votes
3answers
67 views
javascript: check for blank textNode
What is the best way to check if a DOM text node is blank? By blank I mean only spaces, returns, tabs, etc. If it contains a nbsp; then it is NOT blank.
I was doing:
element.nodeValue.trim().length ...
0
votes
1answer
10 views
DOM Excptn 8: Adding a Picture to a Div
I'm creating this function that will add an image to a div that I'll later code to delete the information in said div. I keep getting the DOM Exception 8 error on this portion of the code. Any help ...
0
votes
1answer
31 views
Java Dom getAttribute
im trying to parse xml file, but it wont print attribut value. I dont know how to get attribute typ from phone
try { String subor = "Noviny.xml";
DocumentBuilderFactory factory = ...
0
votes
1answer
43 views
Use DomDocument to replace all header tags with the h4 tags
I've used DomDocument to to GetElementById. It has selected a div. I need to replace all the header tags within that div with the h4 tag.
-3
votes
0answers
75 views
Which Clojurescript DOM manipulation libraries work with Lighttable? [closed]
I have tried Enfocus, Dommy, and Domina, and Domina is the only Clojurescript library that partially works in interactive mode with Lighttable. Has anyone got any other DOM manipulation ibraries to ...
0
votes
1answer
60 views
Understanding JavaScript Scrolling & iFrames
THE PROBLEM
I have a Flash SWF being loaded into a PHP page that then is being loaded into a Facebook canvas. The FB page has content in the right side ad area that creates a vertical scroll bar ...
0
votes
1answer
45 views
How can I prepare a SVG for canvg() in IE 8?
I'm trying to use canvg to rasterize a SVG image embedded in my document. The following code produces correct output in Firefox 17:
//svg is a jQuery object that we selected earlier
//canvas is a ...
1
vote
1answer
56 views
Finding child element of parent pure javascript
What would the most efficient method be to find a child element of (with class or ID) of a particular parent element using pure javascript only. No jQuery or other frameworks.
In this case, I would ...
1
vote
1answer
47 views
Iframe onload does not execute after file download?
I show a waiting dialog and then i create an iframe with the url of the file and append it to the document.
Neptune.ShowWaitingDialog();
iFrame.src = "ExportReportAllMediaDetailsCsv/?" + ...
2
votes
1answer
39 views
Symfony DomCrawler: Find element with specific attribute value
I'm using the DomCrawler component: http://symfony.com/doc/current/components/dom_crawler.html
I'd like to, using the CSS like syntax, get an element with a specific attribute value.
Here's the ...
1
vote
2answers
77 views
regular expression to add a target=“blank” to all external links
Is it possible to add a target="_blank" to all <a> tags, with just one regular expression? I've been experimenting with negative and positive look aheads/behinds, to no avail. This should:
...
2
votes
1answer
36 views
org.w3c.dom.ls.LSException Caused by: java.lang.NegativeArraySizeException
I have to save a XML file. I'm using DOm and the file is huge, about 1,3 Gb. For doing this i use the next code:
public void guardarDocumentoXML() throws FileNotFoundException, IOException {
...
1
vote
1answer
73 views
Change XML content using JavaScript, missing refresh
I manage to show XML using -
wxml = window.open("my_template.xml", "my_xml" );
I manage to change the DOM using -
xDoc = wxml.document;
xNodes = xExDoc.getElementsByTagName("myNodeName");
xValue ...
0
votes
3answers
72 views
Access Html element from ko.computed
Is it possible to access bound element from ko.computed function?
Something like this pseudo code (simplified for clarity):
<h1 id="id1" data-bind="visible: myComputed">
<h1 id="id2" ...
1
vote
1answer
106 views
ng-click doens't work on dynamic DOM AngularJS?
I have a controller like this:
@VariantModalCtrl = ($scope) ->
$scope.upload_variant_image = ->
alert("test")
When I try to call upload_variant_image function using ng-click, it only ...
0
votes
2answers
64 views
Parse HTML table in php
I have a database table which consists the following format of data in one column.
<table cellspacing="1" cellpadding="0" border="0" width="395">
<tbody>
<tr>
...
0
votes
1answer
36 views
array value for a dom element in jquery
Context:
I want to pass a string of checkbox ids as an array to the id of a hidden dom element. Then retrieve the array of values from the hidden dom element and enable the checkboxes based on the ...
0
votes
1answer
26 views
what is the best way to create html elements and populate them on html page?
I have html Page with js file on the head.
when the js file run :
call ajax request to get data
the callback run js to create html elements and populate the page.
Is it better (performance) to ...
1
vote
1answer
47 views
using spectrum color picker with new elements
im using spectrum colorpicker http://bgrins.github.io/spectrum/,
the problem is that i append new elements from an html file
field_constructor.html
<div id="constructor">
<div ...
0
votes
1answer
52 views
jQuery autocomplete for innerHTML generated textbox
I realize similar questions have been asked thousands times and yet it doesn't seem to work for me. I have a textbox called "movieTitle", it is generated via Javascript by clicking a button. And I'm ...
0
votes
1answer
56 views
Javascript inside SVG Image doesn't get executed
i've been trying to script an svg file that with some basic javascript.
to change the border color of an svg element ( a path ), using the event onmouseover(), but the problem i'm having is that the ...
1
vote
0answers
42 views
Wicked Good X-Path, Internet Explorer (IE 9) & Namespaces
I recently tried to include wgxpath for patching IE 9's lack of proper X-Path support but I'm getting a weird error message while trying to use namespaces («Error: Bad token: :»).
Have somebody tried ...
1
vote
2answers
40 views
JavaScript form DOM traversal - where is the label text?
Here is the source HTML:
<li class="box">
<label for="text0">Career Objectives:</label>
<div>
<textarea id="text0"
...



