Pastoid

The page you are looking at now is at this URL: http://pastoid.com/bmt

This paste was last updated on January 20, 2009 at 2:37 pm.

sorted select box for mibbiterraw

var arrayOfNames, sortedArrayOfNames, count, sortedHtmlOfNames = '';
 
arrayOfNames = ['John Lennon', 'Paul McCartney', 'George Harrison', 'Ringo Star', 'George Martin', 'Yoko Ono'];
sortedArrayOfNames = arrayOfNames.sort();
 
for (count = 0; count < sortedArrayOfNames.length; count++) {
	sortedHtmlOfNames += '<option value="' + sortedArrayOfNames[count] + '">' + sortedArrayOfNames[count] + '</option>';
}
 
$('#custom').append(sortedHtmlOfNames);

Toggle wordwrap

Referring DomainHits
Unknown Referer 112
www.bing.com 6
Is this paste spam?
<Hide