how do i use this code snippet?

i found this on stack overflow about using a code snippet to fix opera mini mobile browser not loading javascript. The code is meant to temporarily fix the issue. Please where do i place it so it can work for the signup page.

if ( window.operamini ) {
$('input[type="text"]').unbind('focus');
} else {
$('#main_search').typeahead([etc]);

Comments

Sign In or Register to comment.