Questions tagged as 'jquery'

0
answers

Confirm jQuery running 2 times

Hello, I have a code that "enables and disables" users. This: HTML <button type='button' class='btn btn-success btn-circle ativar-gestor'> <i class='fa fa-check'></i> <input type='hidden' value='{$dados['Id']}'...
asked by 15.05.2018 / 16:52
1
answer

Formatting input

Hello, I'm having a big problem with javascript. I need an input field that is formatted as follows: Only accept number and periods; Accept only one point; After the dot only accept 8 decimal places; The part of accepting only number...
asked by 01.05.2018 / 19:57
1
answer

Link with Anchor

I'm making a website and I have a link that, in addition to sending a message when it's clicked, uses an anchor to put the featured section of the site. I'm doing this as follows: <a href="/alerta#destaque">Gerar Alerta</a> I...
asked by 30.04.2018 / 07:15
1
answer

How to pass a parameter from laravel to jquery

Well, I have a button that when clicked should open another page, loading via Ajax the results of the bank. The problem is that I have to pass an id by that button to the Ajax request. Making an analogy is like a button that would load a page wi...
asked by 07.05.2018 / 23:51
1
answer

Jquery Selector in a User Control, inside a gridview

Good afternoon, I have the following code: <asp:GridView runat="server" Style="border: 0px !important;" ID="gdvDadosHistoricoMedico" OnRowDataBound="gdvDadosHistoricoMedico_RowDataBound" AutoGenerateColumns="fals...
asked by 07.05.2018 / 22:21
1
answer

How to send the value of a radio with the user id concatenated?

Good morning my doubts and complex is creating a system that will create card of each registered user, to differentiate the cards each element of the card has the id of the user. I would like to know how to capture the value of the selected radi...
asked by 14.05.2018 / 11:54
0
answers

How to make the carousel in mobile mode only 1 column

For example I have the following code: <div class="col-md-12 text-center"><h3>Bootstrap 3 Multiple Slide Carousel DESKTOP</h3></div> <div class="col-md-6 col-md-offset-3"> <div class="carousel s...
asked by 14.05.2018 / 14:01
1
answer

Error sending ajax request

I'm doing a registration via ajax, and I'm getting the following error: Request header field X-Requested-With Access-Control-Allow-Headers in preflight response. Do not register, follow my codes: var dataString = $(this).serialize();...
asked by 14.05.2018 / 15:13
1
answer

How to sum a bank record plus input with Jquery

Hello how do I do this sum with Jquery: I have this table vehicles in the database with the revision column of 500 IntheformwhenIchoosetheMT-02prefixIwantittosumtheinputhorimetrooftheexchange(tobetyped)+revision(thatthisrecordisinthedat...
asked by 02.05.2018 / 21:46
2
answers

FullCalendar does not appear navigation bar

I'm using the FullCalendar plugin, it lists events correctly but only does not display the navigation bar. no javascript errors appear on the console. Looking at the Inpect Element I noticed that the buttons are generated but still remain invisi...
asked by 12.06.2018 / 21:02