Skip to content

Instantly share code, notes, and snippets.

@brandondove
Created September 7, 2013 23:02
Show Gist options
  • Save brandondove/6480167 to your computer and use it in GitHub Desktop.
Save brandondove/6480167 to your computer and use it in GitHub Desktop.
/* scripts js file for jQuery for Designers */
jQuery(document).ready(function($){
$('#username').focus();
});
/* scripts js file for jQuery for Designers */
$(document).ready(function(){
$('#username').focus();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment