<!DOCTYPE html>
<html>
...
JavaScript Movable Square-Div with Web...
$target.hasClass('widgettitle') ||
$target.hasClass('ui-icon-minus') ||
$target.hasClass('ui-icon-plus') ? actionOptions['toggleWidgetContent']() :
...
JavaScript Can this be improved?
I'm wondering if this compa...
var MyNamespace = MyNamespace || {};
MyNamespace.BingMap = {
BingMapCredentials: 'xxxxxxxxx', // should be a default setting (null)
...
JavaScript Convert simple Javascript t...
I've been working on a simp...
<html> <head> <title>Rock Paper Scisscors</title> ...
JavaScript Rock Paper Scissors
My professor has told me I ...
var flipflop=1; var storedata; var auctionUpdateTime = 1000; ...
JavaScript Optimization
Hi new here.
I know this...
<html> <head> ...
JavaScript Simple Dropdown Menu I'm Wo...
The menu now is CSS/HTML on...
function deinterleave(base4_arr)
{
var x='',y='',rc;
...
JavaScript De-interleaving bits
Function takes an array of ...
/*! * * jmodalbox - jQuery Modal box Script ...
JavaScript My first jQuery Plugin
This is my first jQUery plu...
//GROWLER
var yourNameSpace = {};
...
JavaScript Growl style message popups
I'm looking at working libr...
var d = new Date(); var y = new Array(); y[0] = d.getFullYear(); ...
JavaScript Looks a bit messy
Hi all, first time poster h...
(function () {
if (!window.console) {
window.console = {};
...
JavaScript console.log for ie
I'm assuming jQuery is pres...
<script type="text/javascript">
document.onkeyup = KeyCheck;
function KeyCheck(e){
...
JavaScript Prevent Default not working.
I am attempting to add Prev...
function MapWrapper(containerId, userDefinedOptions) {
MAPWRAPPER_SCOPE = this;
...
JavaScript Javascript googlemap wrappe...
I have written a googlemap ...
<script type="text/javascript">
$(document).ready(function() {
...
JavaScript JQuery - snippet to select ...
These two blocks are virtua...
$(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...
Hi, I am pretty new to JS, ...
// this is a function that creates with_libraryname functions
var lazy_load_library = function (path) {
return function () {
...
JavaScript Lazy Library Loading
There are certain libraries...
var getRandomNo = function(seed){
...
JavaScript learn more explodeEffect
This jQuery snippet creates...
/** * timer.class.js - Version 1.0.0 * Last update: 01 Jan 2010 ...
JavaScript timer.class
please review this tiny jav...
<script type="text/javascript" src="prototype.js"></script> <ul id="theUL"> <li class="toto titi">1</li> ...
JavaScript Select Element with multipl...
Hi all,
With the help of...
// Copyright (c) 2009 Benjamin P. DeLillo // Unless otherwise specified, vectors and matricies are assumed to be ...
JavaScript WebGLU, a library for worki...
I'm new to javascript and a...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ...
JavaScript Playing with dom
This code works fine, I jus...
<html> <head> <script type="text/javascript"> ...
JavaScript My1stJavascript: Dice roller
A C++ programmer who is lea...
$('#page').inlineEdit();
$.fn.inlineEdit = function (opts) {
var options = $.extend({
...
JavaScript edit inplace plugin with wy...
This is based on jquery and...
fireEvent: function(event){
var type = event.type;
...
JavaScript Error on closure
This code used to works fine.
I'm trying to make a simple...