SyntaxFix
Write A Post
Hire A Developer
Questions
Use .modal({show:true}) and .modal({show:false}) instead of ('show') and ('hide') ... it seems to be bootstrap / jquery version combination dependent. Hope it helps.
.modal({show:true})
.modal({show:false})
('show')
('hide')