(function($){ var container = $('#authy_user'); container.html( '' + window.Authy.button_text + '' ); $( '.button', container ).on( 'click', function( ev ) { ev.preventDefault(); } ); })(jQuery);