Tagged Questions

0
votes
2answers
13 views

image animation

hi all I have a site rigo.ro witch displays two images and moves them around. Under Iternet explorer it works great, but I want a code that works under Opera/Firefox any help is w …
1
vote
1answer
676 views

IE8 window.open alternative in javascript/jquery

Is there an alternative to window.open in javascript/jquery? I'm asking because the function doesn't seem to work in IE8 any longer.
0
votes
2answers
82 views

Ninjafy Javascript Halloween Pirates or Ghosts or Ninjas

I'm looking for some cute Halloween-themed characters to go on my site... Hopefully something kind of surprising so that the site looks normal but when somebody clicks on one of th …
1
vote
1answer
64 views

How do I toggle a div in javascript? (show/hide)

I thought I would share this snippet that I use to show and hide divs. Does anyone have any improvements? function toggle(obj) { var el = document.getElementById(obj); if …
2
votes
1answer
33 views

How can I build a rotating “Tips” feature using Javascript

I'd like to build a Javascript function that can read tips off of an XML or text document and display them randomly. I may up to two on screen at a time and it would be nice if the …
0
votes
3answers
25 views

How can I display formatted rss data in a DIV

I'd like to display the title and a snippet of the last 2 or 3 entries of an RSS feed on another site. I do not have access to a server-side technology on the receiving page, onl …
0
votes
0answers
2 views

looking for a little bit of js that will randomly choose content.

I have a stackexchange site, vfxoverflow.com, and I would like yo place content in a box at random, or cycle through or whatever. For example, there are some tips or prompts such a …