I trying to make my on module for openwrt. I make simple pages for luci and now need for jQuery. So I add
<script type="text/javascript" src="/resources/jquery-2.1.1.min.js"></script>
to my htm file. But browser returns a 404 for jquery-2.1.1.min.js
.
How to add jquery-2.1.1.min.js
in luci?