<!DOCTYPE html>
<html>
    
...

JavaScript Movable Square-Div with Web...

by mretchin.myopenid.com, March 22, 2012 20:02, 1 refactoring, tagged with javascript, node.js, web-sockets

I'm trying to make a simple...

55502f40dc8b7c769880b10874abc9d0 Talk
$target.hasClass('widgettitle') ||
     $target.hasClass('ui-icon-minus') ||
          $target.hasClass('ui-icon-plus') ? actionOptions['toggleWidgetContent']() :
...

JavaScript Can this be improved?

by https://www.google.com/accounts/o8/id?id=AItOawmrAARXAU70eBdo7cU4o7zzc2MFl1jwFnc, February 17, 2012 15:23, 4 refactorings, tagged with javascript, jquery, jquery ui

I'm wondering if this compa...

55502f40dc8b7c769880b10874abc9d0 Talk
var MyNamespace = MyNamespace  || {};
MyNamespace.BingMap = {
    BingMapCredentials: 'xxxxxxxxx', // should be a default setting (null)
...

JavaScript Convert simple Javascript t...

by Chase Florell, February 04, 2012 09:12, 3 refactorings, tagged with javascript, jquery, bing maps

I've been working on a simp...

D41d8cd98f00b204e9800998ecf8427e Talk
<html>
<head>
<title>Rock Paper Scisscors</title>
...

JavaScript Rock Paper Scissors

by brianp12.myopenid.com, November 05, 2011 19:27, 3 refactorings, tagged with javascript, loops, while, rock, paper, scissors, rock paper scissors, do while, while loop

My professor has told me I ...

55502f40dc8b7c769880b10874abc9d0 Talk
/**
* 
*/
...

JavaScript Refactor jquery key event &...

by Zoltran, May 31, 2011 00:17, 1 refactoring, tagged with javascript, jquery, keydown

How i can optimize this code?

D5303b0c98c5046f64ebb02445e85809 Talk
var flipflop=1;
var storedata;
var auctionUpdateTime = 1000;
...

JavaScript Optimization

by curb.myopenid.com, March 11, 2011 20:48, 4 refactorings, tagged with javascript, optimize

Hi new here.

I know this...

6471f361a4583e7cc8dd5622400ac463 Talk
<html>

<head>
...

JavaScript Simple Dropdown Menu I'm Wo...

by Bryan Hadaway, January 02, 2011 12:42, 2 refactorings, tagged with javascript, html, css, dropdown menu, minimalist

The menu now is CSS/HTML on...

8bc1f3e41b672b03a339d56f81c8e253 Talk
function deinterleave(base4_arr)
{
	var x='',y='',rc;
...

JavaScript De-interleaving bits

by acmesquares.myopenid.com, January 01, 2011 12:08, 2 refactorings, tagged with speed, javascript, interleave, bitwise

Function takes an array of ...

1731ed1957835d6573324dba9e4774e3 Talk
/*!
 * 
 *  jmodalbox - jQuery Modal box Script
...

JavaScript My first jQuery Plugin

by https://www.google.com/accounts/o8/id?id=AItOawlHbSqDAk7Vx0jfGAq20CmMlIm7u7PJJ8k, December 30, 2010 05:57, No refactoring, tagged with javascript, jquery, plugin

This is my first jQUery plu...

55502f40dc8b7c769880b10874abc9d0 Talk
//GROWLER
var yourNameSpace = {};

...

JavaScript Growl style message popups

by lawoffives.blogspot.com, October 28, 2010 14:08, 2 refactorings, tagged with javascript, settimeout

I'm looking at working libr...

9803fa03938ea54a15ed1954996b1e5c Talk
var d = new Date();
var y = new Array();
	y[0] = d.getFullYear();
...

JavaScript Looks a bit messy

by froggles, September 17, 2010 10:42, 3 refactorings, tagged with javascript, date

Hi all, first time poster h...

D41d8cd98f00b204e9800998ecf8427e Talk
(function () {
    if (!window.console) {
        window.console = {};
...

JavaScript console.log for ie

by lawoffives.blogspot.com, August 20, 2010 15:14, 2 refactorings, tagged with javascript, console

I'm assuming jQuery is pres...

9803fa03938ea54a15ed1954996b1e5c Talk
<script type="text/javascript">
	document.onkeyup = KeyCheck;       
	function KeyCheck(e){
...

JavaScript Prevent Default not working.

by Anri, August 19, 2010 16:03, 3 refactorings, tagged with javascript

I am attempting to add Prev...

4058d6b5dc2bfd92fd7f7f9a13eb61a6 Talk
function MapWrapper(containerId, userDefinedOptions) {

	MAPWRAPPER_SCOPE = this;
...

JavaScript Javascript googlemap wrappe...

by basit74.myopenid.com, August 18, 2010 12:39, No refactoring, tagged with javascript

I have written a googlemap ...

40f83fc990800c254b7c51f700cad710 Talk
<script type="text/javascript">
  $(document).ready(function() {
    
...

JavaScript JQuery - snippet to select ...

by pbarney, August 02, 2010 23:26, 3 refactorings, tagged with javascript, radio button, input, jquery, select all

These two blocks are virtua...

0918379fbd1d6551c6619f94ef4692e0 Talk
$(document).ready(function(){
  $('#nav_menu_1').before('<a id="open_all" class="" href="#">Screen reader users can click here to open all menus</a>');
  $("#menu_column ul li").not("#menu_column ul li ul li").each(function(){
...

JavaScript Simple jQuery script - Opti...

by Gareth, July 22, 2010 10:30, 3 refactorings, tagged with javascript, jquery, cookies

Hi, I am pretty new to JS, ...

A959afc1b4415ada875f4d3eaa889132 Talk
// this is a function that creates with_libraryname functions
var lazy_load_library = function (path) {
	return function () {
...

JavaScript Lazy Library Loading

by raganwald, February 26, 2010 22:31, 2 refactorings, tagged with javascript, jquery, jgesture, periodicalupdater, lazy loading, lazy evaluation

There are certain libraries...

Fd0d54f1856a8c9cc03f2e5de7c4bc6d Talk
var getRandomNo = function(seed){
	
...

JavaScript learn more explodeEffect

by adardesign.myopenid.com, February 21, 2010 14:51, 2 refactorings, tagged with javascript, random, jquery, ui

This jQuery snippet creates...

55502f40dc8b7c769880b10874abc9d0 Talk
/**
 * timer.class.js - Version 1.0.0
 * Last update: 01 Jan 2010
...

JavaScript timer.class

by Livingston Samuel, January 01, 2010 14:20, 3 refactorings, tagged with javascript, timer

please review this tiny jav...

5c73a4df4d3d5e8e1f2dc7d7d55a32f1 Talk
<script type="text/javascript" src="prototype.js"></script>
<ul id="theUL">
	<li class="toto titi">1</li>
...

JavaScript Select Element with multipl...

by Denis Jacquemin, December 03, 2009 08:23, 4 refactorings, tagged with javascript, prototype, css, prototypejs

Hi all,

With the help of...

56c449f1a408dba893793094599f7fb5 Talk
// Copyright (c) 2009 Benjamin P. DeLillo

// Unless otherwise specified, vectors and matricies are assumed to be
...

JavaScript WebGLU, a library for worki...

by bjartr.blogspot.com, October 28, 2009 21:49, No refactoring, tagged with javascript, webgl, webglu

I'm new to javascript and a...

55502f40dc8b7c769880b10874abc9d0 Talk
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

...

JavaScript Playing with dom

by Denis Jacquemin, October 24, 2009 21:33, 2 refactorings, tagged with javascript, prototype, select, option

This code works fine, I jus...

56c449f1a408dba893793094599f7fb5 Talk
<html>
<head>
<script type="text/javascript">
...

JavaScript My1stJavascript: Dice roller

by tenpn, October 19, 2009 13:45, 2 refactorings, tagged with javascript, helloworld

A C++ programmer who is lea...

A31fbafa397845ab6ec33df5139ae589 Talk
$('#page').inlineEdit();
$.fn.inlineEdit = function (opts) {
    var options = $.extend({
...

JavaScript edit inplace plugin with wy...

by kristian, October 14, 2009 11:02, -3 refactorings, tagged with javascript, jquery, wysiwyg

This is based on jquery and...

Eaf2025323bb63b0befc35491afa618e Talk
fireEvent: function(event){
		var type = event.type;
		
...

JavaScript Error on closure

by Mikhas, September 08, 2009 14:17, 3 refactorings, tagged with javascript, closure

This code used to works fine.

54aceba7df836ea9396d6a14cc2f19c0 Talk