1
2
3
4
var currentUrl = window.location.href;

// store all top level links
...

JavaScript On jQuery plugin: add class to...

by Anurag, March 13, 2010 21:14

I think you can avoid manua...

55c142d920e2bb2d0ebfb16d30c73991 Talk

JavaScript On Search a string with wildcards

by Thomas Salvador, March 09, 2010 21:05

hi.

imho http://www.regula...

34db50b7ce2e115afadf5a765b950739 Talk
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...

34db50b7ce2e115afadf5a765b950739 Talk

JavaScript On Rotate co-ordinates

by Nathan, March 08, 2010 08:51

Great. It passes my unit te...

D5145c421cd25af6fa577c15219add90 Talk

JavaScript On jQuery plugin: add class to...

by AbubS, March 06, 2010 19:04

Hi assets.refactormycode....

250e4a5a9cc5c2f2c04bba013a16e673 Talk
1
2
3
4
this.rotate = function (antiClockwise) {
  var dir = (antiClockwise) ? -1 : 1;
  temp_x = this.x;
...

JavaScript On Rotate co-ordinates

by paul.wilkins.myopenid.com, March 05, 2010 22:06 Star_fullStar_fullStar_fullStar_fullStar_full
Aacfa176a8d73ca75b90b6375151765a Talk

JavaScript On Rotate co-ordinates

by paul.wilkins.myopenid.com, March 05, 2010 22:04

duplicate post

Aacfa176a8d73ca75b90b6375151765a Talk
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...

F6768a4f29bf0262b847cc99d4db184a Talk

JavaScript On Search a string with wildcards

by steenslag, March 03, 2010 08:38

"Maybe someone here can rec...

Avatar Talk

JavaScript On Search a string with wildcards

by Nathan, March 03, 2010 06:54

Thanks for that DPM. I had ...

D5145c421cd25af6fa577c15219add90 Talk
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...

9b4d76224c1fefc34b682e799df98624 Talk
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...

9b4d76224c1fefc34b682e799df98624 Talk
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...

9b4d76224c1fefc34b682e799df98624 Talk

JavaScript On Lazy Library Loading

by raganwald, February 27, 2010 09:21

I see that someone has been...

Fd0d54f1856a8c9cc03f2e5de7c4bc6d Talk
1
effect.slide('div_name')

JavaScript On Element Slider for Prototyp...

by wer, February 27, 2010 09:10
99080b9e082da26e954fa064f34fdab9 Talk
1
2
3
4
// this is a function that creates with_libraryname functions
var lazy_load_library = function (path) {
	return function () {
...

JavaScript On Lazy Library Loading

by Reddit, February 27, 2010 07:30 Star_full
5fecf53a271cd626f4efb74f405ee27a Talk
1
2
3
4
function changeColours(headerClassColour,contentClassColour,bannerDivColour)
{
	document.getElementById("content").className = contentClassColour + "-content";
...

JavaScript On Colour changer

by Ozten, February 27, 2010 05:57

Err, hit submit to quick.

4021c2acfc5b98b6dfe2d0ec26432ce1 Talk
1
2
3
4
function changeColours(headerClassColour,contentClassColour,bannerDivColour)
{
	document.getElementById("content").className = contentClassColour + "-content";
...

JavaScript On Colour changer

by Ozten, February 27, 2010 05:54

Minor changes. I'd rewrite ...

4021c2acfc5b98b6dfe2d0ec26432ce1 Talk

JavaScript On filter selectbox with 3000+...

by cna training, February 26, 2010 07:54

Keep posting stuff like thi...

1b6e26633e1ebea63c21f126c3da08e0 Talk

JavaScript On jQuery plugin: add class to...

by CillA, February 23, 2010 14:06

Hi!

The Chicago Bliss ...

Bbbc5e2ccc4623543f01a1e4b5ac6274 Talk
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 ...

34810bb6544581c97f13ad0f17610c78 Talk

JavaScript On learn more explodeEffect

by Thomas Salvador, February 21, 2010 21:33

argh, the vars line 3 to 6 ...

34db50b7ce2e115afadf5a765b950739 Talk
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...

34db50b7ce2e115afadf5a765b950739 Talk

JavaScript On ImageFlow - something like ...

by Kristian Mandrup, February 20, 2010 16:24

It is a bit sad that the re...

2a018f8b16a3fe7273afde907c2e1bec Talk
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...

8cb49c7ceb3bf250a0d470009ac9f047 Talk