I have a simple problem that I cannot seem to find a solution to.
Basically on this website here: http://dev.supply.net.nz/vendorapp/ (currently in development) I ha
You'll have to manually fire the event in your .ready()
var $p = $('#password'); if($p.val() != '') { $('#password').focus(); }