Posts by Geeh Soares • 51 points
3 posts
-
2
votes1
answer410
viewsQ: Call the USSD IONIC number
I’m trying to call a number USSD of my application IONIC, follows the code I’m using: <ion-item nav-clear menu-close href="tel:*000#">IOD</ion-item> However it appears on the cell phone…
-
1
votes4
answers1978
viewsA: Mask in Rails fields
Then I imported javascript directly into application.html.erb <%= javascript_include_tag 'application', 'maskedinput' %>
-
2
votes4
answers1978
viewsQ: Mask in Rails fields
Guys I’m getting beat up for something theoretically simple, I’m wanting to put a date mask on my application.js: //= require maskedinput jQuery(function($){ $("#datadoacao").mask("99/99/9999");…