0
votes
2answers
27 views
Is it possible to obtain a list of events bound to an element in jQuery?
As the question said, i need the list of events bound to a specific element.
I mean events like click, mouseover etc bound to that element at the loading of the dom.
(Stupid) exa …
0
votes
3answers
64 views
Getting elements that exceed the maxium value. JAVASCRIPT/JQUERY
greetings,
I'm new with java script so bear with me!
I want to achieve something using JQuery selectors.
I have a list menu. It looks like this...
<ul style="width:auto"> …
14
votes
10answers
534 views
Best practices: When should I use elements and when should I use attributes?
Which would be the correct format for this XML data, are they equivalent or are there trade offs between the two?
1.
<sitemap>
<category name="Animals">
<sec …
0
votes
12answers
5k views
C# - How to change HTML elements attributes
Hi,
My master page contains a list as shown here. What I'd like to do though, is add the "class=active" attribute to the list li thats currently active but I have no idea how to d …
1
vote
1answer
218 views
Access iframe elements in javascript
I have a webpage where there is a texarea within a iframe.
I need to read the value of this textarea from its child page javascript.
Presently by using window.parent.getelementbyID …
0
votes
1answer
118 views
How to loop through WPF StackPanel static Items?
Probably very easy but I am having trouble to figure this out (also Google doesn't seem to help much).
How can I loop through the statically declared elements (no databinding - el …
0
votes
3answers
201 views
Do different browsers (Firefox/Safari/IE/Opera) have limits on the form elements name attributes?
Do different browsers (Firefox/Safari/IE/Opera) have different limits on the length of the "name" attribute of form elements?
<input name='a01234567890123456789012345678901 …
1
vote
1answer
81 views
Only one web part added to the wp gallery when multiple webpart files specified in module
I'm trying to deploy multiple web parts as part of the same feature. SharePoint itself seems to do this quite happily by specifying multiple File elements in a single Module elemen …
3
votes
4answers
213 views
Are <hr> and <br> inline or block elements?
My guess is that <br> might be inline and that <hr> might be block. But I don't really have a clue...
1
vote
1answer
46 views
list elements by activity
Hello, I'm working on automated builds and need to be able to list elements that were worked on under particular activities. I'm new to ClearCase so I apologise for naiivety ...
…
0
votes
3answers
44 views
Javascript - Visual Representation of Element as an Image
This is a long shot but I've seen things which might make it posssible.
I have a div, which is filled with images. Album covers if you must know. And I want to allow users to down …
2
votes
9answers
533 views
what are the fast algorithms to find duplicate elements in a collection and group them?
Say you have a collection of elements, how can you pick out those with duplicates and put them into each group with least amount of comparison? preferably in C++, but algorithm i …
0
votes
6answers
77 views
Cannot get CSS Elements centered
Hi there,
I cannot get my site to be centered for the life of me with CSS. I have tried all the usual methods suggested around the web including:
body {
text-align: center;
…
1
vote
3answers
101 views
Use CSS to create multiple elements that take up the entire width of the parent.
I'm trying to achieve a horizontal CSS menu bar where all of the <a> elements combined expand to the entire width of the parent. The HTML looks something like this:
<div …
0
votes
1answer
300 views
creating elements in app.config via code
Hi,
I have the following section in my app.config
<mySettings>
<addins>
<addin fullname="aaaaa"
path="ddddd"
…
