我试图在我的use应用程序中使用独立选择库。但是得到这个错误
Uncaught TypeError: $(...).selectize is not a function
这是我的代码:在标题中
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<script type="text/javascript" src="../js/selec
HTML
<div>my content of the div1
<input/>
</div>
<div>my content of the div2
<input/>
</div>
<div>my content of the div3
<input/>
</div>
JS
$('input').on('change',function(){
var x = $('this').parent('div&
这是我的第一个问题,希望格式正确。其思想是在按下#grabValues按钮后,输入值被存储到一个数组中,用于计算总小时数。
我计划在一个外部的js文件中编码这一部分,因为我假设它需要加载到body中,而另一部分需要加载到head中。
感谢您的阅读。
console.log('Script has loaded!');
function formMaker(){
var dayCount;
var myMonth = document.getElementById('inputMonth').value;
console.log(myMonth);