Other Blogs

javascript - How to change lowercase chars to uppercase using the ...

stackoverflow.com/.../how-to-change-lowercase-chars-to-uppercase-using-the-keyup-...

Oct 10, 2011 - Plain ol' javascript: var input = document.getElementById('inputID'); input.onkeyup ... My goal is to use the jQuery event .keyup() to convert inputted lowercase chars to uppercase. How can I achieve this? javascript jquery ...

No comments:

Post a Comment