Skip to content

Instantly share code, notes, and snippets.

@marineko
Last active December 17, 2015 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marineko/7def7ba35e1596bf3719 to your computer and use it in GitHub Desktop.
Save marineko/7def7ba35e1596bf3719 to your computer and use it in GitHub Desktop.
<script src="//code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
$("input[title='CustomID']").attr("readonly", "readonly").css("color","6a6a6a");
$(":text:not([readonly])").eq(0).focus();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment