<[^<>]*?>

JavaScript On Regex: Remove all HTML tags...

by Sylvain, June 07, 2010 14:58 Star_fullStar_fullStar_full

Your regex will break if it...

8fd61ba486a09ad5274dd70f1a1737f6 Talk
fgdfgfd

JavaScript On Simple Form Validation

by dgdgd, June 07, 2010 06:19
D41d8cd98f00b204e9800998ecf8427e Talk
/**
 * Module dependencies.
...

JavaScript On Wait Until

by tjholowaychuk, June 01, 2010 15:32 Star_fullStar_fullStar_fullStar_fullStar_full

here is a nodejs example

F1e3ab214a976a39cfd713bc93deb10f Talk
Three million members and counting: nude personals, adult photo personals.

JavaScript On Show / Hide Code in Javascript

by Isabella, May 23, 2010 23:07

Three million members and c...

Bf9a96a858c876e723e30ca9f2393e9a Talk
Buy cheap international calling cards online. Add minutes to Your calling card any time.

JavaScript On Show / Hide Code in Javascript

by Malissa, May 13, 2010 16:45

Buy cheap international cal...

62f5c32f9eb9954b45631f295ac12c94 Talk
Adult Friendship Online - Sign up today for real sex partner.

JavaScript On Show / Hide Code in Javascript

by Euaggelos, May 06, 2010 05:56

Adult Friendship Online - S...

45f0a52fbb69a094f95d6ceadef7156f Talk
Pure International Calls. Secure shopping, call instantly, lowest rates, great connectivity.

JavaScript On Show / Hide Code in Javascript

by Alfred, May 02, 2010 22:36

Pure International Calls. S...

681339670753eba3911218b09ca8ea91 Talk

JavaScript On how i make it work on Firefox?

by Eineki, April 27, 2010 11:45

Is my previous post still p...

5a00a3a98dcf6f9cd717440fd2b606e5 Talk
$("#mySelect").change(function(){
    var selected = $(this).attr("selectedIndex");
    var max_select_box = $("#mySelect option").length -1;
...

JavaScript On Working jQuery but a bit cl...

by yarış oyunları, April 23, 2010 12:49

It's really just about nami...

52842ef7314957521eec702c35b43084 Talk
$("#mySelect").change(function(){
    var selected = $(this).attr("selectedIndex");
    var target = Math.min(selected+1,$("#mySelect option").length-1);
...

JavaScript On Working jQuery but a bit cl...

by lomax, April 19, 2010 18:59

If you insist on jQuery, i ...

D41d8cd98f00b204e9800998ecf8427e Talk

JavaScript On Split text into unordered l...

by dsa, April 19, 2010 12:08

gfdgd

2a6571da26602a67be14ea8c5ab82349 Talk
$('#my-element').text($('#my-element').html());

JavaScript On Escape HTML

by Nathan, March 31, 2010 13:59

D'oh, just realised you can...

D5145c421cd25af6fa577c15219add90 Talk

JavaScript On Search a string with wildcards

by Thomas Salvador, March 09, 2010 21:05

hi.

imho http://www.regula...

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

D41d8cd98f00b204e9800998ecf8427e Talk

JavaScript On Search a string with wildcards

by Nathan, March 03, 2010 06:54

Thanks for that DPM. I had ...

D5145c421cd25af6fa577c15219add90 Talk
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
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
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
effect.slide('div_name')

JavaScript On Element Slider for Prototyp...

by wer, February 27, 2010 09:10
99080b9e082da26e954fa064f34fdab9 Talk