<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
<!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...
function showBlock(element_id, element) {
dropdown_tracker = element_id //using global variable to track dropdown
...
JavaScript Using global variable for c...
The following is the code I...
$('login_email').observe('click', function(event){
element = event.element()
element.value = '';
...
JavaScript Prototype form functions
I'm thinking there's gotta ...
// the HTML for that'd use it // ...
JavaScript Element Slider for Prototyp...
using this on the homepage ...
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 ...
Hi all,
With the help of...