javascript - Spring boot and Thymeleaf application: jquery is loading but not executing -
i have created simple spring boot application view loading jquery not executing it.details below: my project structure
[
my controller
my jquerycode
chrome inspector shows jquery loaded fine
but still jquery code not running, , if try running directly console., says jquery not defined
guys please tell me doing wrong / or missing.
if change the:
<script type="javascript"
to
<script type="application/javascript"
it should work, type='javascript' not defined media type according http://www.iana.org/assignments/media-types/media-types.xhtml
Comments
Post a Comment