1 2 3 4
this.rotate = function (antiClockwise) { var dir = (antiClockwise) ? -1 : 1; [this.x, this.y] = [dir * this.y, -dir * this.x]; ...
JavaScript On Rotate co-ordinates
by Thomas Salvador,
March 09, 2010 20:57
hi,
i suggest to shorten t...
JavaScript On jQuery plugin: add class to...
by AbubS,
March 06, 2010 19:04
Hi assets.refactormycode....
1 2 3 4
this.rotate = function (antiClockwise) { var dir = (antiClockwise) ? -1 : 1; temp_x = this.x; ...
1 2 3 4
//en series[] se almacena cada fila de la tabla for(var i=0;i<numFilas;i++){ var fila=filas[i]; ...
JavaScript On jQuery repeating yucky code
by Alan Cuevas,
March 03, 2010 14:34
I NEED HELP PLEASE... IM US...
JavaScript On Search a string with wildcards
by steenslag,
March 03, 2010 08:38
"Maybe someone here can rec...
JavaScript On Search a string with wildcards
by Nathan,
March 03, 2010 06:54
Thanks for that DPM. I had ...
1 2 3 4
if (!matches('the lazy dog*',testList)) fails.push("Asterisk matches zero characters also - should be true"); ...
JavaScript On Search a string with wildcards
by dpm1661,
March 03, 2010 06:14
Oh, one more thing about th...
1 2 3 4
function matches(matchString,list) { ...
JavaScript On Search a string with wildcards
by dpm1661,
March 03, 2010 05:57
Hi Nathan,
You're so clos...
1 2 3 4
function parameterizeLine(p1, p2, offset) { v = [p2[0] - p1[0], ...
JavaScript On Center text along a sloping...
by Jason Bury,
March 02, 2010 23:49
You have a line that passes...
JavaScript On Lazy Library Loading
by raganwald,
February 27, 2010 09:21
I see that someone has been...
1
effect.slide('div_name')
1 2 3 4
// this is a function that creates with_libraryname functions var lazy_load_library = function (path) { return function () { ...
1 2 3 4
function changeColours(headerClassColour,contentClassColour,bannerDivColour) { document.getElementById("content").className = contentClassColour + "-content"; ...
1 2 3 4
function changeColours(headerClassColour,contentClassColour,bannerDivColour) { document.getElementById("content").className = contentClassColour + "-content"; ...
JavaScript On filter selectbox with 3000+...
by cna training,
February 26, 2010 07:54
Keep posting stuff like thi...
JavaScript On jQuery plugin: add class to...
by CillA,
February 23, 2010 14:06
Hi!
The Chicago Bliss ...
1
Noise Launch,purpose count official channel press worth group link escape believe ordinary recently alone familiar administration sister lunch up experiment arm both development so for paint call age accident other consumer sentence daughter writing hang defendant enough line stand dry hot permanent border general relationship intend origin to love wild county floor military addition clear name collect blood support hair job lie around throw enemy kitchen avoid whole prefer worry early group rise rare when context twice limited attitude more early strange star week sky experience
JavaScript On Go Back To Yesterday
by hotel Tuerkei vergleichen,
February 23, 2010 04:44
Noise Launch,purpose count ...
JavaScript On learn more explodeEffect
by Thomas Salvador,
February 21, 2010 21:33
argh, the vars line 3 to 6 ...
1 2 3 4
var getRandomNo = function(seed){ var minAlowed = 4000; ...
JavaScript On learn more explodeEffect
by Thomas Salvador,
February 21, 2010 21:28
hi,
i suggest to change th...
JavaScript On ImageFlow - something like ...
by Kristian Mandrup,
February 20, 2010 16:24
It is a bit sad that the re...
1 2 3 4
(function($) { $.fn.SelectedNav = function(options) { ...
JavaScript On jQuery plugin: add class to...
by chad.tolkien.id.au,
February 16, 2010 03:22
I've changed this to use th...
1
bbbbbbbbbbbbbbb

hi.
imho http://www.regula...