有人知道为什么这个日期和金钱面具不起作用吗? 这是:http://jsfiddle.net/2NX6U/
<tr>
<td class="field">Data:</td>
<td>
<input class="num" type="text" id="date" name="date" />
</td>
</tr>
<tr>
<td class="field">Saldo:</td>
<td>
<input class="num1" type="text" id="price" name="price" />
</td>
</tr>
<script type="text/javascript">
$(function(){
$("#price").maskMoney();
})
</script>
这就是我的头脑:
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="jquery-1.10.2.js"></script>
<script type="text/javascript" src="jquery.maskMoney.js"></script>
对于这样一个基本问题感到抱歉,我还没有进入jquery。
谢谢
答案 0 :(得分:1)
一次包含jQuery核心库。
你的演示不起作用,因为你没有包含jQuery和两个相关的库作为外部参考,请参阅:
Maskmoney
- &gt; http://plentz.github.io/jquery-maskmoney/ mask
- &gt; http://igorescobar.github.io/jQuery-Mask-Plugin/