Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- ( function( $ ) {
- $( document ).ready( function() {
- var cf_btn = $( '.wpc-cf .et_pb_contact_submit' )
- cf_btn.click( function() {
- setTimeout( function() {
- console.log('clear');
- var message = $( '.wpc-cf .et-pb-contact-message p' );
- if ( message.length ) {
- $( '.wpc-cf input' ).attr( 'value', '' );
- $( '.wpc-cf textarea' ).attr( 'value', '' );
- $('.popup .et-pb-icon').trigger('click');
- }
- }, 15000 )
- } )
- } );
- } )( jQuery );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment