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
Help with Lucene query in Alfresco
Excel Width and Height
Recommended widths for html emails
Underlining text?
FTP - without log in
SNAPVIEW.OCX
Comparing columns in a table
How to create a Gold Image using SCCM
PowerShell: How to find a contact in W2k8 R2
VB.Net 2008: Send email using richtextbox as Body ignoring Vbnewline and CRLF