7 Topics

Member Avatar for
Member Avatar for solomon_13000

I attempted to access the code below using safari browser but the input mask accepts any value which is wrong. <html> <head></head> <script src="C:/Users/marieeugene/Desktop/inputmask/jquery-1.11.1.min.js" type="text/javascript"></script> <script src="C:/Users/marieeugene/Desktop/inputmask/jquery.inputmask.bundle.js" type="text/javascript"></script> <script> $(document).ready(function(){ $(":input").inputmask(); }); </script> <body> <input data-inputmask="'alias': 'numeric', 'groupSeparator': ',', 'autoGroup': true, 'digits': 4, 'digitsOptional': false, 'prefix': '$ ', 'placeholder': '0'" …

0
110
Member Avatar for mark.claxton.7

Hi everyone, I am hoping someone here can help me with a problem I am currently facing. I have a website which I have developed with a web host. I also have a domain name which I have set up to mask the URL of my website. However I need …

Member Avatar for ainosilva
0
217
Member Avatar for ashlock

I own the domain name "bitemelater.in" and I have forwarded it to my blog. I have enabled URL Masking from my domain registrar website. The problem is that it shows the same URL for all the pages. I want that it should show the URLs like bitemelater.in/about and so on. …

Member Avatar for pritaeas
0
95
Member Avatar for slygoth

Hey can someone help me with a code to mask password. To print * when the user enter a value and when they hit backspace it takes back a *. Im having trouble figuring out the code

Member Avatar for Arbus
0
319
Member Avatar for Dundir

I'm working on a problem which calls for masking out certain parts of the digits being read in. My Code is below. I got the problem correct, but I couldn't shake the feeling that there was a better way to deal with the last mask (noted in comments as problematic). …

Member Avatar for Ancient Dragon
0
169
Member Avatar for methmignonne

hi. im doing an edge detection which will detect edges of each RGB channel and then combine them to show it as a final output. im now having a problem with combining the three as it doesnt show me a binary image, instead it has some colors on it. i …

0
196
Member Avatar for arunkumars

Hi all, Just got to knw that there is a concept of MUNK with respect to masking in C#. Could any1 tel me abt the concept and how it works. replies appreciated. Thanks and regards...

0
93

The End.