1 2 3
<div id="slideshow" style="background:#FFF"> <h2 class="slideshowTitle">Around the World with Language</h2> ...
JavaScript Serena Collage slideshow
by tbeseda,
November 19, 2008 21:53,
No refactoring, tagged with serena, collage, serenacollage, slideshow, javascript
1 2 3
<div id="showcase"> <ul class="nav"> ...
JavaScript Tab-Switching in jQuery
Is there a better way?
1 2 3 4
measureSelect=Behavior.create({ initialize: function(obj) { // Adjusts the lentgh of the select element ...
JavaScript IE7 Option Tag Width adjust...
by openid.aol.com/forwardfootmedia,
October 17, 2008 02:46,
No refactoring, tagged with javascript, prototype, lowpro
No doubt, this is nearly la...
1 2 3 4
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 prototype, lowpro, Ruby on Rails, javascript
The script binds itself to ...
1 2 3 4
var hash = new String(document.location).indexOf("#"); if(hash > 0) { ...
JavaScript Small Javascript Code
by openid.aol.com/aviewanew,
October 06, 2008 01:20,
6 refactorings, tagged with ajax, javascript, history
It's for detecting if you'r...
1 2 3 4
function toHTML(code) { code = removeTags(code) code = convertTables(code) ...
JavaScript Markdown-like editor
Hey all, I've created a Mar...
1 2 3 4
javascript: popw=window.open('','Tarpipe micro-post','width=800,height=150'); popw.focus(); ...
JavaScript Tarpipe to twitter, jaiku a...
<a href="http://tarpipe.com...
1 2 3 4
function odump(object, depth, max){ depth = depth || 0; max = max || 2; ...
JavaScript Recursively dump an object
Given an object, iterate th...
1 2 3 4
/* Example Usage: new ImagePreloader({ ...
JavaScript Image Preloader
by getopenid.com/deleteme,
December 26, 2007 20:34,
No refactoring, tagged with javascript, image, preloader, images
I'm looking at the 'createI...
1 2 3 4
function thousdands(num, decpoint, sep){ if (arguments.length == 2) { sep = ","; ...
JavaScript Thousands
Formats numbers with thousa...
1 2 3
//function that loops through the elements function __validateForm(theform){ ...
JavaScript Simple form validator with ...
by eljota,
November 11, 2007 10:32,
4 refactorings, tagged with js, javascript, form, validation, regex
This is a real simple form ...
1 2 3 4
#Functions [javscript] var ms = 0; var state = 0; ...
JavaScript Stop Watch
by richardhealy,
October 27, 2007 13:31,
3 refactorings, tagged with time, clock, speed, test, javascript
I use this to test speed of...
Creating a slideshow in our...