I'm using Jquery's mask to automatically place the ml (milliliter) suffix in the input that gets the size of a bottle.
being the id of the input #tape:
var tamanho = $("#tamanho").val();
A 200 ml example will only pick up the 200...
Hello! I'm starting in frontend and am having some problems with compiling code in different browsers. Developing a header and a Canvas style menu I came across the totally broken layout in Safari8. I used some css tags from render engines --web...
I have two classes: Pessoa and Usuario . The Usuario class inherits the properties and methods of the Pessoa class.
I'm using the Entity Framework and I believe you're doing the wrong mapping. So the problem is happ...
I have a td with client code and in another td I have a list of client names with the client code
Example:
codigo | nomes
0001 | Anderson Silva(0002)
| Minotauro (0001)
| Lioto Machida(0003)
I would like to kno...
I'm facing problems with Google Chart + Foundation . Gráfico does not stay in width:100% , and seems to lose formatting. And this happens when I use it in Tab of Foundation . Strange that if you use Gra...
I want to delete all references (I'm not talking about using in class files) that are not being used. For this, of course, I need at least an effective way to find out which references are not in use.
Understand "references" as the Pro...
I have an application running with AngularJS where I need to know the name of the machine (of the user) that is accessing the application. Has anyone ever had to do this with javascript?
Note: The front end is outside my local network
...
I'm working with the class List<T> , so I came across some search methods, if I may call it that:
Find ;
Exists ;
Contains ;
I was wondering what the difference was between them, so I searched the Micr...