<script type="text/javascript" src="prototype.js"></script>
<ul id="theUL">
	<li class="toto titi">1</li>
...

JavaScript Select Element with multipl...

by Denis Jacquemin, December 03, 2009 08:23, 4 refactorings, tagged with javascript, prototype, css, prototypejs

Hi all,

With the help of...

56c449f1a408dba893793094599f7fb5 Talk
module PrototypeFaceboxRender
  def render_to_facebox(options = {})
    options[:template] = "#{default_template_name}" if options.empty?
...

Ruby Prototype Facebox Render

by Stephane Paul, November 03, 2009 04:57, 4 refactorings, tagged with rails, ruby, prototype, facebox

I didn't want to add jQuery...

A486c31326dffba0cde8bade19108dc2 Talk
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

...

JavaScript Playing with dom

by Denis Jacquemin, October 24, 2009 21:33, 2 refactorings, tagged with javascript, prototype, select, option

This code works fine, I jus...

56c449f1a408dba893793094599f7fb5 Talk
function showBlock(element_id, element) {
    dropdown_tracker = element_id                 //using global variable to track dropdown
...

JavaScript Using global variable for c...

by ttdavett.myopenid.com, May 19, 2009 08:51, 3 refactorings, tagged with javascript, prototype

The following is the code I...

F677fa685a2cfe8aff31f161062db3d3 Talk
$('login_email').observe('click', function(event){    
      element = event.element()
      element.value = '';
...

JavaScript Prototype form functions

by ttdavett.myopenid.com, March 27, 2009 00:12, 5 refactorings, tagged with form, prototype, login

I'm thinking there's gotta ...

F677fa685a2cfe8aff31f161062db3d3 Talk
// the HTML for that'd use it
// 
...

JavaScript Element Slider for Prototyp...

by robbyonrails, February 01, 2009 07:36, 2 refactorings, tagged with prototype, slider

using this on the homepage ...

A82ba1167f4d4a8d1de63820e576a87f Talk
setDefaults = Behavior.create({
  initialize: function(obj) {
    myforms = this.element;    
...

JavaScript Highlight Selected forms, S...

by openid.aol.com/forwardfootmedia, October 10, 2008 01:49, 5 refactorings, tagged with javascript, prototype, Ruby on Rails, lowpro

The script binds itself to ...

Fbb264f64b4ce69bae04764280141faf Talk
Element.addMethods({
  pngHack: function(el){
    var el = $(el);
...

JavaScript pngHack

by getopenid.com/deleteme, November 15, 2007 03:40, 1 refactoring, tagged with rails, image, png, img, prototype, hack

Makes 32 bit PNG's transpar...

Db11d496fa96adac53b422feb6efd493 Talk