0
votes
2answers
23 views
Styling regular form elements with jQueryUI
Hi.
I'm using jQueryUI on my site, as well as http://www.filamentgroup.com/lab/jquery%5Fui%5Fselectmenu%5Fan%5Faria%5Faccessible%5Fplugin%5Ffor%5Fstyling%5Fa%5Fhtml%5Fselect/ as replacement for …
1
vote
2answers
53 views
Parsing periodic elements in PHP/html
This problem actually hit me recently.
So I was tasked with putting people's bios up on the web (asked for opinions in a different question), which I went with XML and just created elements based on …
1
vote
3answers
43 views
c# LINQ to XML Query Expression, checks inside quesry if Element Exist
<channel>
<title>Best Web Gallery - Flash + CSS Gallery</title>
<link>http://bestwebgallery.com</link>
<description>Featuring the world best …
0
votes
4answers
43 views
jQuery: hidden elements - general question
hi,
when elements are hidden, you can't read eg. their dimensions, is this a general javascript problem or is there maybe a workaround in jQuery?
i'm having eg. some tabs which contain widgets, …
0
votes
6answers
85 views
jQuery How to Hide DIVs, they are Showing for a Split Second on page Load
Hi,
I have made a very quick jquery slideshow, and i'm using this to hide the DIV's which shouldn't be shown until it's their turn obviously:
$(document).ready(function() {
//Hide All Div's …
0
votes
1answer
19 views
Select an element that doesn’t have a background set
The title pretty much says it all.
Using jQuery, I need to select all elements that do not have a background color or image defined, and apply at least a white background to it.
Thanks!
0
votes
6answers
41 views
return type of input with jquery
I have a form with dynamically created form elements.
I need to get the value of each element, and send an ajax request to make sure the data is ok (the easy part). I can get each elements value easy …
0
votes
2answers
36 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) example:
…
0
votes
3answers
67 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">
<li>item …
14
votes
10answers
541 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">
<section …
0
votes
12answers
6k 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 do this. I know that …
1
vote
1answer
233 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().value in the …
0
votes
1answer
157 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 - elements are declared …
0
votes
3answers
214 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 …
1
vote
1answer
98 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 element (see C:\Program …
