Skip to content

Commit

Permalink
making this guy a better citizen. fixes #26 #38
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Plentz committed Jan 20, 2013
1 parent 18226cb commit 5f51b0c
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 265 deletions.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -40,7 +40,7 @@ <h1>jQuery-maskMoney examples</h1>

<input type="text" id="demo6"/>
<script type="text/javascript">$("#demo6").maskMoney();</script>
<input type="button" onclick="$('#demo6').maskMoney('remove')" value="remove maskmoney from demo6"/>
<input type="button" onclick="$('input').maskMoney('remove')" value="remove maskmoney from demo6"/>
<pre class="brush: js">$("#demo6").maskMoney('remove');</pre>
</body>
<script type="text/javascript">
Expand Down

0 comments on commit 5f51b0c

Please sign in to comment.