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 Link to comment https://forums.phpfreaks.com/topic/162766-solved-onblur-runs-before-onclick/ 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. Link to comment https://forums.phpfreaks.com/topic/162766-solved-onblur-runs-before-onclick/#findComment-858988 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? Link to comment https://forums.phpfreaks.com/topic/162766-solved-onblur-runs-before-onclick/#findComment-858990 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 Link to comment https://forums.phpfreaks.com/topic/162766-solved-onblur-runs-before-onclick/#findComment-859023 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.