0
votes
2answers
49 views
javascript get selected html elements
User is on a webpage , uses his mouse to select stuff, how can i use javascript to know what has been selected?
5
votes
13answers
196 views
JavaScript: How to create an Object and filter on those attributes?
I have a JavaScript array of houses like so,
{
'homes' :
[{
"home_id" : "1",
"address" : "321 Main St",
"city" : "Dallas",
"state" : "TX",
"z …
0
votes
4answers
31 views
Best practice for filtering items client-side with JavaScript, hide or remove from DOM?
I have a relatively large dataset of items (a few thousand items) that I want to navigate by applying a number of filters client side in a web application. Applying the filtering l …
0
votes
4answers
26 views
Help Cursor is not working in the firefox browser…
<html>
<head>
<title>Question</title>
<script type="text/javascript" >
function MouseOverHand(ID)
{
var Cursor='hand';
var ID=ID;
if (!document.all){ …
0
votes
6answers
93 views
How do I draw the lines of a family tree using HTML CSS?
I'm trying to implement something similar to what http://www.ancestry.com has, but I'm not sure how to draw the lines.
Here is a rough ascii sketch of what I want to do:
…
0
votes
3answers
38 views
resetting form with javascript won’t work…
Here is my main page code:
<form><iframe name="iframe_pic" src="iframe.html"></iframe></form>
Here is my iframe.html:
<script type="text/ …
0
votes
2answers
27 views
help with form target, it popups in a blank page instead of the div I chose.
I have set the target of the "pic_form" to a div (pic_target).
The form (pic_form) and the div (pic_target) are both inside the same iframe (iframe_pic).
Whatever I set the target …
1
vote
3answers
54 views
JavaScript: I’m looking for a lightweight background color (div) fader
Does anyone know of a lightweight (small file size) HTML background color fader?
Something like the below pseudo-JavaScript
fadeDiv('div_element_to_fade','hex_start_color','hex_e …
2
votes
2answers
44 views
HTML/CSS/JavaScript training videos
I searched Google for HTML/CSS/JavaScript training videos but I am not able to decide which one is better. I have subscription of LearnVisualStudio.NET and the videos are value for …
0
votes
3answers
39 views
why isnt this php working, i get undefined index…?
Hi.
I am trying to upload an image to the server.
I hava a form with a couple of inputs...
INSIDE this form, I have an Iframe which contains another form for the upload, this bec …
0
votes
3answers
41 views
Conditional comment for ‘Except IE8’ ?
I'm using <!--[if IE 8]><![endif]--> for targeting IE8, but there's some JS that I want to load for all browsers EXCEPT IE8, what conditional comment should I use?
Edi …
0
votes
2answers
24 views
Small JavaScript tab library? (alternative to JQuery tab or Tabber)
Hi
I'm looking for a very light weight (small library) that can act as a JavaScript tab
I've looked at both JQuery's Tabs and Tabber.
Both look great and function flawlessly but …
0
votes
5answers
76 views
Alternative for SIFR
I wish to know if there is an efficient alternative for SIFR. We are facing performance challenges with SIFR and we wish to replace it. One option is that we just use system fonts. …
6
votes
22answers
615 views
Whats the most impressive thing you’ve seen done with JavaScript?
I've realised that while JavaScript has a bad reputation, its actually a surprisingly powerful client-side language - the trouble is that the overwhelming majority of JavaScript wr …
3
votes
4answers
68 views
How can I do a MouseOver of exact image shape?
Hello all,
The question below is not really a programming question, but more of "how can I do this" question, implementation advice.
I have an image of the world map. I can make …
