This is probably very simple, but could somebody tell me how to get the cursor blinking on a text box on page load?
You can use HTML5 autofocus for this. You don't need jQuery or other JavaScript.
Note this will not work on IE9 and lower.