mwl707 Posted September 27, 2009 Share Posted September 27, 2009 I have a script that has its own auto suggest for user inputs but the google chrome auto suggest interferes with it visually. I know that I can turn the feature off in chrome options on my browser but can anyone tell me if I can disable it from within my javascript code ? Thanks Quote Link to comment Share on other sites More sharing options...
win82 Posted September 29, 2009 Share Posted September 29, 2009 You can detect Chrome by using the following bit of Javascript: var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1; 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.