Skip to content

Instantly share code, notes, and snippets.

@shamun
Created October 10, 2011 19:46
Show Gist options
  • Select an option

  • Save shamun/1276334 to your computer and use it in GitHub Desktop.

Select an option

Save shamun/1276334 to your computer and use it in GitHub Desktop.
alert('before origianl boot');
$(document).ready(function()
{
alert('jquery boot');
$('title').html("name name");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment