Questions tagged as 'jquery'

1
answer

Get select multiple values

I'm trying to pass the values of a select multiple pro PHP. I already searched for examples on the internet (my code is just like the examples I saw), but the "echo" command does not show me anything. Can you help me ? Thank you. $funcao = $_P...
asked by 11.04.2017 / 20:18
1
answer

Doubt - MVC system view

I am developing a system for accounting in PHP, MySQL, jQuery and css, the system is divided into sectors, and each sector has a graphics tab (highcharts plugin), which are generated dynamically according to the parameters passed. It works as...
asked by 11.04.2017 / 19:34
1
answer

Form text in $ ('span.text'). text ();

I would like to format text in the following line: $('span.texto').text('Enviamos um email para email@email'); I would like you to stay: We send an email to email @ email I tried $('span.texto').text('Enviamos um email para <b&...
asked by 18.05.2017 / 23:45
1
answer

Load Json Search in JSP

Good Morning I'm trying to make this example in my project. It is a simple change of Select when you choose State Changes the Cities in another Select. link But I can not get the variable, estados_cidades.json . I tried to scrip...
asked by 19.05.2017 / 16:26
1
answer

Carousel that passes one image at a time and with thumbnails underneath

IfoundanexampleandwastryingtomodifytowhatIneed.IneedtheimagedisplayedonthecarouselandthethumbnailstobelargerthantheexampleIfound,butwhenItrytomodifythecarouselimagetogetbiggeroneimageoverlapstheother.HTML    <title>FeaturedContentSlider&l...
asked by 19.05.2017 / 00:34
1
answer

How to perform multiple input calculation with jQuery

Well, I've built a jQuery calculation system well, where I can tell you the cost of a product. When informing the sale value the system performs the margin calculation, if I inform the margin the system calculates the sales value. All this ba...
asked by 12.04.2017 / 20:35
1
answer

form walking horizontally does not work

I have a form that initially is display none and negative margin, I wanted that when the button was clicked it gave the impression that the div was dragged such as that of this website, the side menu, link . I basically made a while while th...
asked by 18.04.2017 / 16:22
1
answer

How do I open the numeric keypad in a formatted field?

I have a text field that receives the CPF, it has a CPF mask, but since it is a text field, in Mobile it does not open directly to that numeric keypad and when I change its type to number, it only writes the 3 first digits and erases everything...
asked by 16.05.2017 / 23:07
1
answer

Decrease Spinner size

I'm trying to use the jquery Spinner, which by default has 8 fields, and is too large for my purpose, which in this case would be 2 fields. I have already looked at your documentation, but the most I could do was to decrease its font, as shown b...
asked by 24.04.2017 / 01:42
1
answer

jQuery - Accepting all letters and accents

I need to do a validation. The following is: The field can only accept normal names, type: João Pedro, Mateus Rodrigues, etc. Names like Fabio123 or other special characters can not be accepted. Someone can help me, I could not do it.    ...
asked by 01.04.2017 / 03:50