$( window ).width() ) { $help_box.addClass( 'cntctfrmpr_hidden_help_text_down' ); } }); $( '.cntctfrmpr_contact_form .cntctfrmpr_help_box' ).bind( 'hide_tooltip', function() { $help_box = $( this ).children(); $( this ).removeClass( 'cntctfrmpr_show_tooltip' ); $( this ).addClass( 'cntctfrmpr_hide_tooltip' ); $help_box.removeClass( 'cntctfrmpr_hidden_help_text_down' ); }); $( '.cntctfrmpr_contact_form .cntctfrmpr_help_box' ).mouseenter( function() { $( this ).trigger( 'show_tooltip' ); }).mouseleave( function() { $( this ).trigger( 'hide_tooltip' ); }); $( '.cntctfrmpr_contact_form .cntctfrmpr_help_box.cntctfrmpr_show_tooltip' ).on( 'click', function() { $( this ).trigger( 'hide_tooltip' ); }); $( '.cntctfrmpr_contact_form .cntctfrmpr_help_box.cntctfrmpr_hide_tooltip' ).on( 'click', function() { $( this ).trigger( 'show_tooltip' ); }); }); })(jQuery);