Welcome Guest, Not a member yet? Register   Sign In
Setfocus on textfield
#3

[eluser]01010011[/eluser]
Thanks for your reply eoinmcg. I will try it.

[quote author="eoinmcg" date="1271559711"]with jquery:

Code:
// for the first textfield on the doc
$(document).ready(function(){
    $('textarea:first').focus();
});

Code:
// select textfield by id
$(document).ready(function(){
    $('textarea#id_name:first').focus();
});
[/quote]


Messages In This Thread
Setfocus on textfield - by El Forum - 04-17-2010, 01:39 PM
Setfocus on textfield - by El Forum - 04-17-2010, 04:01 PM
Setfocus on textfield - by El Forum - 04-17-2010, 04:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB