SyntaxFix
Write A Post
Hire A Developer
Questions
Use a document.ready() event around your call.
document.ready()
$(document).ready(function () { $('#memberModal').modal('show'); });
jsFiddle updated - http://jsfiddle.net/uvnggL8w/1/