Need help w Login modal

Hi there…
can anyone help me w this…

why doesn’t this work?

there is a spelling error class=“modal fade” and you have to import jquery before bootstrap. bootstrap requires jquery to work.

didn’t see that… jquery is imported… but still doesn’t work

@bojanpopovic The listing of your JS files is incorrect. You have to remember to list files in the proper order. Bootstrap depends on jQuery, so you need to list jQuery and then Bootstrap. I tested it out, if you list them in the proper order everything works.

EDIT:
Just like @chaneetsk stated.

Thank you very much!!!