SyntaxFix
Write A Post
Hire A Developer
Questions
Just add href='#scheduleentry-modal' to the element you want to open the modal with
href='#scheduleentry-modal'
Or using jQuery: $('#scheduleentry-modal').modal('show');
$('#scheduleentry-modal').modal('show');