Tagged Questions

0
votes
1answer
7 views

IE6 floated element wrapping problem

I am trying to get tags to wrap to the next line by left floating them. In firefox the text will wrap onto the start of the next line, however IE6 will wrap the text onto the line …
2
votes
7answers
95 views

How to get the HTML for a DOM element in javascript

Hi, Imagine I have the following HTML: <div><span><b>This is in bold</b></span></div> I want to get the HTML for the div, including the div …
0
votes
3answers
1k views

“element.dispatchEvent is not a function” js error caught in firebug of FF3.0

Hi All, i am getting the following error while loading my index page in FF3.0. Sorry, i am unable to paste the script here as it is 2030 lines of code. element.dispatchEvent is n …
0
votes
2answers
30 views

Get the string representation of a DOM node

Javascript: I have the DOM representation of a node (element or document) and I'm looking for the string representation of it. E.g., var el = document.createElement("<p>"); …
0
votes
1answer
21 views

Connecting two WPF canvas elements by a line, without using anchors?

I have a canvas for diagramming, and want to join nodes in the diagram by directed lines (arrow ends). I tried the anchor approach, where lines only attach at specific points on th …
1
vote
1answer
13 views

[Silverlight] How to determine if the mouse cursor is over a given uielement ?

I need to determine whether the mouse cursor is over a given UIElement. The method should work even if another element is placed on top of it (because it has a bigger Zindex). I tr …
2
votes
3answers
58 views

XPath: what can be selected?

Am I correct in thinking an XPath expression can only point to/select either an element or an element attribute?
0
votes
2answers
25 views

CSS Hover attribute on sub-element rather than entire element

Hopefully this makes sense - my html is as follows html <a href="#" class="someclass">An <span class="sub">Interesting</span> Link</a> where the css is …
1
vote
4answers
454 views

How may I reference the script tag that loaded the currently-executing script?

How can I reference the script element that loaded the javascript that is currently running? Here's the situation. I have a "master" script being loaded high in the page, first th …
0
votes
1answer
7 views

MVVM Sliverlight - can not assign existing control to a property of collection of custom elements in XAML.

I have a class public class Item { public string A { get; set; } public Control B { get; set; } } I'm using MVVM with Silverlight. I have a custom view t …
0
votes
3answers
42 views

jQuery element index in array

I have several images loaded into the DOM via jQuery. Each image has 'display: none' aside from one which is 'display: block'. It's this image which I need to find the index of onc …
0
votes
3answers
52 views

Select content from JQuery ajax return object

As I understand it, the JQuery load() function retrieves a document and can perform the quivelent of: $('#somecontenttograb').html() upon it. I would like to know how to do tha …
0
votes
1answer
55 views

XSLT - Match element with multiple child elements

<xsl:template match="element[child]"> The above works. What is the real syntax for the following pseudo-syntax? : <xsl:template match="element[child1 AND child2]"> I …
0
votes
2answers
78 views

Dojo attach event to dynamically created element

I have a form. I include Dojo. Everything works fine. I use Dojo to change the class, values and attributes of input elements based on user input(sort of like validation). The pro …
1
vote
3answers
44 views

How to find the snippet of JavaScript that modifies an element?

The page I'm trying inspect has a hidden <input type="hidden" name="Foo" value="123 /> element on a page, where Javascript/AJAX modifies the value. I'm trying to find where o …

1 2 3 4 5 7 next
15 30 50 per page