Microsoft
Software
Hardware
Network
Question : Jquery Focus
Can anyone tell me why my focus event is not functioning? I'm at a loss. Want it to focus on the input box onready.
http://www.searchcredible.
com/
I've tried with jquery and plain old javascript:
$("#qtext").focus();
document.getElementById("q
text").foc
us();
Thanks,
Dan
Answer : Jquery Focus
I think its because on line 78: reportedq = importedq.replace(/\+/g, " ");
the importedq is undefined
try put the $("#qtext").focus(); before this line
Random Solutions
Excel Width and Height
Help with Lucene query in Alfresco
Batch File: Remove spaces in variable
Mounting NFS NAS in ESX 3
changing external server name.. do I need to change anything in Outlook
iPad Camera Connection Kit does not display .jpg images on iPad
I want to make Liberty reserve API
Remove space from textbox automatically
Sharepoint|IIS| Web Application port number
what is the default directory to run jsp file from tomcat 5.5 and what directory for mysql_connector.jar file to be placed?