Questions tagged as 'jquery'

3
answers

Money mask with jquery.inputmask

How do I create a mask for a monetary value? I'm using this: $(".ValoresItens").inputmask('R$ 999.999.999,99', { numericInput: true}); It looks like this: R $
asked by 13.07.2016 / 17:46
3
answers

Footer "stuck" at the bottom of the page and responsive (variable height - using bootstrap)

I've been following similar questions here in stackoverflow and other network sites, as well as tutorials on the internet, but the vast majority of the solutions do not work as I need them, or even are incompatible with the bootstrap system....
asked by 11.05.2015 / 08:17
1
answer

Mounting a site style map bomnegocio.com

Well, I'd like to know how to create a style-like map of the bomnegocio.com site. I do not know if there is a single image or several grouped images on that map. Could someone give me a light on how that effect works?     
asked by 13.06.2014 / 19:29
1
answer

Closest vs Parents

I was reading the jQuery documentation and I finally noticed the similarity between the closest and parents methods. He cites the differences between the methods, stating that "they are subtle but significant." Reading the...
asked by 09.05.2014 / 21:45
1
answer

Forms Validation Mechanisms

What are the pros and cons of validating forms with these features: HTML5? Javascript? JQuery? HTML5 + Javascript / JQuery? Is there anything else to consider besides these items?     
asked by 03.02.2016 / 16:09
2
answers

jquery syntax error

Hello, I'm having a problem with using this code. I want to find the following code in the div with class output: I used append, here is giving syntax error, could you help me? > $('.output').append('<li class="canal row"><div class...
asked by 05.06.2017 / 21:11
1
answer

HTML Custom Attributes

I am developing a system for managing public tenders and I need it to be compatible with as many devices as possible. In some situations it was necessary to use custom attributes, for example: <span qtd='20'>Alguma coisa...</span&g...
asked by 17.03.2017 / 18:08
2
answers

Effect number increasing / decreasing

I searched SOpt and did not find what I wanted Let's say I have a button and when you click it change the value of some div > or input . The starting value is 1 , and click , change to 10 . I would like this transition not...
asked by 20.08.2017 / 21:07
5
answers

Get content from another page by javascript or jquery

I need to get content from another page inside the site using Javascript, I tried to use ajax, however it gives this error "Cross-origin request blocked: Same Origin Policy prevents reading of the remote resource in < (Reason: CORS 'Access-Contr...
asked by 12.06.2015 / 19:57
3
answers

Transform jQuery code into JavaScript

I have a problem similar to this: Insert text - Stack But in my case I need the code in pure JavaScript and I have no idea (rookie in web prog) of how to change the jQuery they gave in response. jQuery: $('.botao_add').click(function()...
asked by 08.08.2014 / 14:34