Posts by Richard Lucas • 3 points
2 posts
-
-1
votes1
answer122
viewsQ: Mask.js:5 Uncaught Typeerror: v_fun is not a Function
I am using a JS script to customize masks on inputs within forms. A file mask.js is being loaded into the pages, containing the following functions: function mascara(o,f){ v_obj=o v_fun=f…
-
0
votes1
answer561
viewsQ: How to redirect to another page with the Back button
I need to "replace" the function of the browser back button, so that when the user clicks it is redirected to a page. I’m already using a snippet I found but its operation is not very consistent,…