Skip to content

Instantly share code, notes, and snippets.

@bkaminski
Created September 6, 2017 21:59
Show Gist options
  • Save bkaminski/757998db64b7a7a6fc443f45677b0e67 to your computer and use it in GitHub Desktop.
Save bkaminski/757998db64b7a7a6fc443f45677b0e67 to your computer and use it in GitHub Desktop.
CF7modalUpdate
$(document).ready(function($){
$(".bk-contact-modal").click(function(){
$("#contactModal").modal('show');
});
$('#contactModal').on('shown.bs.modal', function () {
$('#userName').focus();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment