<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