Tagged Questions
Dynamic HTML, or DHTML, is an umbrella term for a collection of technologies used together to create interactive and animated web sites by using a combination of a static markup language (such as HTML), a client-side scripting language (such as JavaScript), a presentation definition language (such as CSS), and the Document Object Model.
177
votes
8answers
158k views
jQuery document.createElement equivalent?
I'm refactoring some old JavaScript code and there's a lot of DOM manipulation going on.
var d = document;
var odv = d.createElement("div");
odv.style.display = "none";
this.OuterDiv = odv;
var t = ...
31
votes
16answers
62k views
Print <div id=printarea></div> only?
How do I print the indicated div (without manually disabling all other content on the page)?
I want to avoid a new preview dialog, so crating a new window with this content is not useful...
The page ...
26
votes
18answers
85k views
HTML Text Input allow only Numeric input
Any quick way to set an HTML text input (<input type=text />) to only allow numeric keystrokes(plus '.')?
21
votes
6answers
22k views
How to load up CSS files using Javascript?
Is it possible to import css stylesheets into a html page using Javascript? If so, how can it be done?
P.S the javascript will be hosted on my site, but I want users to be able to put in the ...
18
votes
5answers
11k views
How do I retreive an HTML element's actual width and height?
Suppose that I have a <div> that I wish to center in the browser's display (viewport). To do so, I need to calculate the width and height of the <div> element. What should I use for ...
17
votes
4answers
26k views
Redirect parent window from an iframe action using JavaScript
What JavaScript do I need to use to redirect a parent window from an iframe?
I want them to click a hyperlink which, using JavaScript or any other method, would redirect the parent window to a new ...
17
votes
17answers
886 views
What do you call DHTML these days?
So lately I've been catching a lot of crap from a junior developer whenever I use the term "dHTML". I know the term is dated, but it's descriptive of what the task is: changing rendered markup on the ...
17
votes
7answers
4k views
Is there a good in-browser code editor?
We've all seen in-browser rich text editors, which allow you to edit colored/styled text in a WYSIWYG manner. But what about code editors, which automatically highlight code based on language rules as ...
16
votes
4answers
2k views
Is MVVM possible/viable in a DHTML RIA application (no Silverlight/WPF)?
Note: This is a long winded question and requires a good understanding of the MVVM "design pattern", JSON and jQuery....
So I have a theory/claim that MVVM in DHTML is possible and viable and want to ...
16
votes
6answers
2k views
Is there a best practice for generating html with javascript
I'm calling a web service that returns an array of objects in JSON.
I want to take those objects and populate a div with html. Let's say each object contains a url and a name.
If i wanted to ...
14
votes
3answers
9k views
decodeURIComponent vs unescape, what is wrong with unescape?
In answering another question I became aware that my Javascript/DOM knowledge had become a bit out of date in that I am still using escape/unescape to encode the contents of URL components whereas it ...
13
votes
4answers
1k views
getElementsByTagName() equivalent for textNodes
Is there any way to get the collection of all textNode objects within a document?
getElementsByTagName() works great for Elements, but textNodes are not Elements.
Update: I realize this can be ...
13
votes
5answers
15k views
Adding options to a select using Jquery/javascript
What's the easiest way to add an option to a dropdown using javascript? Can this work?
$("#mySelect").append('<option value=1>My option</option>');
11
votes
4answers
15k views
Getting all selected checkboxes in an array
So I have these checkboxes:
<input type="checkbox" name="type" value="4" />
<input type="checkbox" name="type" value="3" />
<input type="checkbox" name="type" value="1" />
<input ...
11
votes
7answers
5k views
Best Javascript drop-down menu?
I am looking for a drop-down JavaScript menu.
It should be the simplest and most elegant accessible menu that works in IE6 and Firefox 2 also.
It would be fine if it worked on an unnumbered list (ul) ...
10
votes
9answers
4k views
Best server-side framework for heavy AJAX Java application
There are zillions of Java web application frameworks.
95% were designed before the modern era of AJAX/DHTML-based development, and that means these new methods are grafted on rather than designed ...
9
votes
4answers
2k views
Deep cloning vs setting of innerHTML: what's faster?
I'm trying to figure out the most performant way of deep-cloning a DOM tree within the browser.
If I start out with
var div = document.getElementById("source");
var markup = div.innerHTML;
What ...
9
votes
8answers
6k views
“Endless scrolling” effect in a HTML table
I am displaying a scrolled data table in a web page. This table has several thousands of dynamic rows, so it is loaded from the server (via AJAX).
The user can scroll up and down, so what I need is ...
8
votes
1answer
2k views
How can I force reflow after DHTML change in IE7?
I have a page where the user can dynamically add file upload boxes. Adding the boxes changes the height of the div they are in, but certain elements of the div below it stay in the same place, so ...
8
votes
10answers
5k views
CSS issue: a:hover not working with IE (css Ninja needed)
Why does IE not change the background color on my site for tabs a:hover but does so in Firefox/Chrome/Safari correctly?
What can I do to make it work in IE 6+?
HTML
<ul class="tabbernav">
...
8
votes
4answers
938 views
Is it possible / recommendable sending HTML emails containing Javascript?
This is mostly a rhetorical question, as far as I've checked the answer is 'don't even bother', but I wanted to be really sure.
We have an email app, where you can send email to lists of subscribers. ...
7
votes
9answers
1k views
How can you dynamically put different patterns on images in a webpage .
i have
A bunch of fabric patterns (simple jpg files)
An image for every letter of the alphabet(blank white background)
I essentially want to have a page similar to this:
...
7
votes
7answers
6k views
how do I programmatically click on an element in firefox?
In IE, I can just call element.click() from javascript - how do I accomplish the same task in Firefox? Ideally I'd like to have some javascript that would work equally well cross-browser, but if ...
7
votes
3answers
19k views
Get the position of a div/span tag
Can someone show me how to get the .top & .left position of a div or span tag when one is not specified?
ie:
<span id='11a' style='top:55px;' onmouseover="GetPos(this);">stuff</span>
...
6
votes
2answers
6k views
jquery get the id/value of LI after click function
< ul id='myid' >
< li id='1' >First< /li >
< li id='2' >Second< /li >
< li id='3' >Third< /li >
< li id='4' >Fourth< /li >
< li ...
6
votes
2answers
166 views
Does anyone actually use the phrase DHTML anymore?
I'm not sure if this is exactly appropriate but I have what I think is a interesting question.
Does anyone actually use the phrase DHTML anymore in a professional environment?
I came across the the ...
6
votes
2answers
338 views
mint.com javascript dropdown effect
I need to recreate an effect that mint.com has on another website. When you go to the transactions page and click on one of your transactions a tab pops up underneath that says edit details. When you ...
6
votes
6answers
254 views
Is automatically assigning focus bad for accessibility?
If I have a form that is the main part of a page's content, will assigning focus to the first form field via JavaScript on page load have any negative effects on accessibility?
6
votes
2answers
4k views
Change textNode value
Is there any way to change the value of a DOM textNode in web browser?
I specifically want to see if I can change the existing node, rather than creating a new one.
To clarify, I need to do this ...
6
votes
4answers
4k views
jQuery UI performance issues with a table in IE
I'm having problems getting UI code to perform at all well in IE.
I have a table - a matrix of values. Each cell can be empty or hold a list of items.
I want users to be able to drag items between ...
5
votes
1answer
42 views
in what ways will an event ever need to be set to *capturing*?
After reading this page http://www.quirksmode.org/js/events_order.html, I can't help but say that Microsoft had really gotten the things right when they decided to do bubbling because capturing is ...
5
votes
4answers
141 views
How to know when a user scrolls past a <div>?
I'm building something where I show users items that they haven't seen.
Each item is in a <div>, so when the user scrolls past a div, or views the div, I want that item to be marked as having ...
5
votes
3answers
578 views
Set content of HTML <span> with Javascript
In a webpage I am calling a WebService that gives me an integer value. I need to display this value in a block of text. I am currently using an HTML <span>.
So far, I've found two methods of ...
5
votes
4answers
4k views
jQuery: how to change tag name?
jQuery: how to change tag name?
For example:
<tr>
$1
</tr>
I need
<div>
$1
</div>
Yes, I can
Create DOM element <div>
Copy tr content to div
Remove tr from ...
5
votes
3answers
1k views
Remove “Flash” between pages while using Internet Explorer modal boxes
I have an internal web application, that is IE specific, and uses a lot of IE specific modal boxes: (window.showModalDialog).
I recently received a request to remove the "flash" when navigating ...
5
votes
4answers
567 views
Dynamic HTML to PDF
I need to be able to convert dynamic HTML (html that is rendered on page load by javascript) to a PDF. I know there are plenty of HTML to PDF converters but none of the ones I have found thus far cope ...
5
votes
1answer
428 views
Location/country clickable maps
Anybody know any jQuery plugin or any such thing in javascript, similar to this? Which can be used to select location/countries in maps...?
I would not prefer flash, but still, if there is any for ...
5
votes
1answer
124 views
Knowing how wide a text line will be in HTML for word wrap and other applications
Do you know a good cross-browser way of knowing how wide will be a text line so you can break it exactly to fit a fixed width?
Suppose you want to break a long text like so it doesn't overflow a ...
5
votes
4answers
958 views
insertRow vs. appendChild
Which method is preferred for adding a row to a table?
var tr = tbl.insertRow(-1);
or
var tr = document.createElement('tr');
tbl.appendChild(tr);
?
5
votes
2answers
826 views
how to make a click or double click on a word on a webpage to trigger an event handler?
for a page like
http://www.answers.com
if the user double clicks on any word in the page, a pop up box will show up and shows the definition for that word.
I can think of a way to use DOM scripting ...
5
votes
5answers
15k views
How to create a modal popup using javascript and CSS
Actually, two questions:
How can I create a modal popup with background color of gray?
Also I need to create for a cover background color only to table itself. Not to overall page.
How do I do ...
5
votes
6answers
15k views
How to resize html canvas element?
I have a canvas element defined statically in the html with a width and height. If I attempt to use JavaScript to resize it dynamically (setting a new width and height - either on the attributes of ...
5
votes
9answers
26k views
What is the best JavaScript code to create an img element
I want to create a simple bit of JS code that creates an image element in the background and doesn't display anything. The image element will call a tracking URL (such as Omniture) and needs to be ...
4
votes
3answers
193 views
Updating DOM via Javascript causing memory leaks (only in Firefox?)
I know this question has been asked before, but none of the answers seem to resolve the issue. I'm testing an AJAX webpage which updates elements in the DOM via javascript.
Every minute, the server ...
4
votes
2answers
276 views
How to move the cursor into a input text box by clicking a label tag?
How to move the cursor position into a input text box by clicking a label tag?
4
votes
2answers
547 views
Problems with multiple setIntervals running simultaneously
My first post here. I want to make a horizontal menu with submenu's sliding down on mouseover. I know I could use jQuery but this is to practice my javascript skills.
I use the following code:
var ...
4
votes
11answers
670 views
“return false” is ignored in certain browsers for link added dynamically to the DOM with JavaScript
I dynamically add an <a> (link) tag to the DOM with:
var link = document.createElement('a');
link.href = 'http://www.google.com/';
link.onclick = function () { window.open(this.href); return ...
4
votes
1answer
448 views
Prototype callback functions swallowing exceptions
Using Prototype version 1.6.0.2.
I have a common problem where exceptions are being swallowed when they are thrown in a callback function, typically when I am trying to handle the response to an ...
4
votes
2answers
389 views
Editing clipboard data when copying/pasting from a website
I have seen a few sites now where if you highlight text of an article, copy it, and then paste in they can add more text to it.
Try copying and pasting a section of text from an article at ...
4
votes
6answers
6k views
In jQuery, how to attach events to dynamic html elements?
Suppose I have some jQuery code that attaches an event handler to all elements with class "myclass". For example:
$(function(){
$(".myclass").click( function() {
// do something
});
...