jjacquay712 Posted June 18, 2009 Share Posted June 18, 2009 I am making a search query recommendation script (like on Google). Everything is working fine except when a user tries to click on one of the recommendations. I change the div tag style for the recommendations to none when the search text box blurs (which happens when a user clicks one of the recommendations). The problem I'm having is that the the div tag is hidden before the onClick event can be run. I hope I explained it clearly, here is the link to the demo: http://conartistdesign.com/cor/suggest/search.html Are there any ideas about how I could solve this problem? Thanks, John Quote Link to comment Share on other sites More sharing options...
adam84 Posted June 18, 2009 Share Posted June 18, 2009 Hey, Im not 100% sure because I really can't see your code. But you may want to try and use onFocus rather then onBlur. Quote Link to comment Share on other sites More sharing options...
jjacquay712 Posted June 18, 2009 Author Share Posted June 18, 2009 I thought of that, but would onFocus work on a div tag? Quote Link to comment Share on other sites More sharing options...
adam84 Posted June 18, 2009 Share Posted June 18, 2009 I have no idea off hand, try it and see Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.