Top "Dhtml" 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.

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 …

javascript menu dhtml
JQuery Mobile .page() function causes infinite loop?

I'm dynamically creating a listview with data from a AJAX response. It successfully creates the listview and populates it, but …

javascript jquery jquery-mobile dhtml
using jquery how to use fadein, delay and then fadeout issue

I need to make something fadeIn, then stay there for a second and then fadeOut using JQuery. I've tried this …

jquery css dhtml
Can I easily "set" an element's offsetWidth?

Note: I know offsetWidth is read only I'm trying to make a pop-up 'div' overlay a tr element with the …

javascript width dhtml
Good Javascript Combo Box replacement for combo boxes with tons of elements?

I have a page where my combo box has hundreds of elements which makes it very hard to pick the …

javascript html combobox dhtml
Boolean HTML Attributes

There are some attributes in HTML which are "boolean" - browsers treat them as "true" if they are present, regardless …

javascript html dom dhtml
Jquery-ui tabs (ajax).... stop tab reloading url when tab is re-selected

I am using jquery ui tabs and im adding tabs dynamically using .tabs('add'...). The tabs load a url using …

javascript jquery dhtml jquery-ui-tabs
Any way to shuffle content in multiple div elements

I'm relatively new to Javascript and was wondering if there's a quick way to shuffle content that is contained in …

javascript dom dhtml
What's the difference between XHTML and DHTML?

Reading about both separatedly, looks like the same, html+xml+javascript. What's the difference between then? Is there any?

xhtml dhtml
"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 …

javascript datatable yui scroll dhtml