2007-03-05から1日間の記事一覧

Starryをreadonlyに

var starry = new Starry('rating_stars', {sprite: "/images/black_stars.gif", startAt: 3}); for(var i=0; i < starry.children.length; i++){ var element = starry.children[i].element; element.onclick = null; element.onmouseover = null; element.…

starry

The Starry Widget is a simple class that will enable you integrate star-rating fields into your forms with little or no Javascript knowledge. レイティングの星をいい感じに作ってくれるjs。prototype.jsを使っているのでRailsのアプリで簡単に使え…