4 posts tagged with javascript and xhtml. (View popular tags)
Displaying 1 through 4 of 4. Subscribe: Posts tagged with javascript and xhtml

What should I learn in order to do web development? [more inside]
posted by giggleknickers on Oct 15, 2008 - 16 answers

Resources/information on layering with SVG [more inside]
posted by dance on Jul 13, 2007 - 8 answers

Does anyone know how it's possible to produce an interface for checkbox selection like the one in Gmail? Namely, where you can hold down shift and click the first and last items in a list, and it'll automatically select all the ones in between. Is it possible with simple JavaScript without having to use AJAX or other fancy-pants technology...
posted by tommorris on May 20, 2006 - 8 answers

I'm having trouble using javascript in XHTML 1.1 to calculate character count in an input box and a textarea. I have a script that works with XHTML 1.0 transistional and IE only, I can't seem to get it to work with Firefox, and if I drop the name attribute from the form tag to comply with XHTML 1.1, it won't even work with IE. Please help me make it work. [code inside] [more inside]
posted by riffola on Sep 18, 2004 - 7 answers