Jquery in my app not working well!!
webView.loadData(String.format(htmlText, post.getContent()), "text/html", null);
String str = "";
str = "<link rel='stylesheet' href='http://mysite.it/wp-content/plugins/scrollblog/js/couraselcss.css' />" +
"<script type='text/javascript'>" +
"<script src='http://code.jquery.com/jquery-1.9.0.min.js'></script>" +
"<script src='http://mysite.it/wp-content/plugins/scrollblog/js/jquery.touchcarousel-1.1.min.js'></script>" +
in the log:
I/chromium(31613): [INFO:CONSOLE(3)] "Uncaught ReferenceError: jQuery is not defined", source: http://mysite.it/wp-content/themes/tiny-forge/customSelect/script2.js (3)
why?