( function ( $ ) { $( document ).on( 'click', '.div', function() { if ( $( this ).hasClass( 'house' ) ) { $( this ).removeClass( 'house' ); } } ); } ( jQuery ) );