Posts by Thiago Pereira • 266 points
3 posts
-
4
votes1
answer6159
viewsA: jquery.inputmask mask with Real Currency values
It is possible to use the callback method onBeforeMask() to get around the problem of en decimal conversion. $('.moedaReal').inputmask('decimal', { radixPoint:",", groupSeparator: ".", autoGroup:…
-
4
votes1
answer6159
viewsQ: jquery.inputmask mask with Real Currency values
I’m using the plugin jquery.inputmask for various types of mask in the imputs of my application and including for format coins. I’m using the following custom rule: <script> $(function() {…
-
7
votes1
answer1041
viewsA: How to customize a 404 error page in Codeigniter 2.1.4 using base_url()?
It happens a lot in the community. To use the method base_url() of the helper url_helper, in the directory below: /application/errors/ Use this method: <?= config_item('base_url') ?>…