Skip to content

Instantly share code, notes, and snippets.

@jitter
Created November 23, 2010 17:42
Show Gist options
  • Save jitter/712171 to your computer and use it in GitHub Desktop.
Save jitter/712171 to your computer and use it in GitHub Desktop.
test
jQuery.readyWait += 2;
var go = function () {
$("#foo").attr("value", " Click me again. So jQuery knows it can be ready ");
jQuery.ready(true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment