Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- jQuery(document).ready( function($){
- jQuery(document).bind('em_booking_success', function(response){
- setTimeout(function() {
- jQuery('.em-booking-form').html('');
- }, 2000);
- });
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement