7 posts tagged with js. (View popular tags)
Displaying 1 through 7. Subscribe: http://ask.metafilter.com/tags/js/rss RSS feed for this tag

Related tags:
+ (5)


How does the music in the St. Matthew´s Passion by J.S. Bach relate to the lyrics and what effect do they have on each other (lyrics and music)? [more inside]
posted on Feb 18, 2008 - 5 answers

Need a way to complete a mousedown/mouseup event cycle in JavaScript, when said cycle is interrupted by a dialog box. Not sure if there's a way to "manually" call the mouseup event after the fact, or what. [more inside]
posted on Aug 14, 2007 - 3 answers

Yet another redirect question: How can I auto-redirect a visitor to another page, although I can't edit the page's HTML/code, per se? [more inside]
posted on Aug 31, 2006 - 6 answers

We use an internal survey tool which automatically generates and collates web-based surveys. It wasn't written by me. I'm having a problem with one particular page; have a look at the following: [more inside]
posted on Dec 13, 2005 - 14 answers

FireFox filter. This is driving me mad. My website has a little JavaScript (inside) to drag in a random image. Each image is 150 wide (varying heights). IE displays them fine. Firefox 1.0 resizes certain images. Anyone know why?
posted on Nov 24, 2004 - 9 answers

Firefox question. Unmodified, just-installed firefox opens a new tab behind the current tab, instead of on top as Mozilla does; and the right-click popup menu for tabs does not have "close this tab" first in the list, as in Mozilla. Are these two behaviors customizable? I know I'm being lazy but these two misfeatures are deal-killers for me. If you knowledgeable firefox users tell me they're fixable in userChrome.css or users.js or whatever I promise I'll rtfm-rtfm-rtfm and become as rabid a firefox zealot as you might desire. But if they're not changeable then it's all wasted effort and I'll stay with Mozilla (or whatever they're calling it this week.) Thanks!
posted on Sep 25, 2004 - 11 answers

Because I only know pidgin HTML, I'm not sure if what I'm about to ask is Web Design 101 or Web Design 665, but: If I want to have a collapsible list, such that if someone clicked on "Words that start with B" in the following:

Words that start with A
Words that start with B
Words that start with C

the page would then reformat to show

Words that start with A
Words that start with B
balustrade
brickbat
bumptious
Words that start with C

without the whole page having to reload. Can someone please point me to a resource or study-able example?
posted on Mar 30, 2004 - 7 answers