Questions tagged as 'jquery'

1
answer

Send POST with Ajax and CodeIgniter

For almost 1 day I am facing a problem which until now can only be solved (making sure I was right) doing wrong, ie gambiarras. I'm trying to create Transparent PagSeguro Checkout but I can not send POST with the Credit Card token and Sender...
asked by 11.10.2015 / 03:31
1
answer

Jquery - Allow the function to execute only when it is not running

I'm having a hard time finding a way to block multiple toggles in my code. That is when the client clicks several times on the toggle field, the field appears and disappears several times. I would like to know how I can get it to open or cl...
asked by 28.11.2015 / 16:45
2
answers

400 (Bad Request) when sending array to Spring Controller using AJAX

   POST link 400 (Bad Request) I'm getting this error when trying to send 2 array's to my Spring controller, however I'm getting this error, I tried some solutions I found in SOen but I did not succeed. The version of my Spring is 3.0.2....
asked by 08.10.2015 / 20:36
1
answer

How to group values and process them for DB?

I have a BD that contains 16 information fields, this BD stores bets placed on a system, and then can process the result and payment of the customer's ticket. In the administration part, the ADM has an area where you can place the results of...
asked by 08.07.2015 / 21:20
1
answer

Change status button

I have a code where the client clicks the button, it will activate or not a user, and of course, change the status in the database. So far so good. However, the code has two buttons, On and Off, and the Disable button is initially hidden by defa...
asked by 10.07.2015 / 17:14
1
answer

Save value to variable

I'm using jQueryUI - Sortable to change the positions of the data in a table. However, I need to save the starting position (the position the line was before dragging) and the end position (where the line was dragged). These variables, I w...
asked by 25.06.2015 / 20:00
1
answer

How to transfer content from a 'contenteditable' div to a textarea or input?

I'm having a problem trying to transfer content from% ed to DIV with Jquery. The code I'm using is this one: function setData(id) { id.className = "input editavel esse"; var valor = $(".esse").text() $(".esse").next("td")...
asked by 23.06.2015 / 15:42
1
answer

How to make slide effect with jquery and js

Well, using jquery and js, I wanted to make a slide where my php would pull many divs, and the limit would be 8 divs, for example, if you click the next button, it will move to other divs that do not fit on the page , and if you click the prev bu...
asked by 29.07.2015 / 23:39
1
answer

How to execute JavaScript function on current page through Application Controller?

I'm doing a browser validation (IE < 10) through the Application Controller with gem "browser" . I need any JavaScript page with a message saying that browser is not recommended for any page of the application that is accessed. A...
asked by 10.06.2015 / 15:31
1
answer

Event Tracking Google Tag Manager

I created the event in Google tag manager, and I need to bring the value in the clicked ID. But in Analytics it shows as 'undefined', does anyone have any tips? $('a#HomeB02').on('click', function() { var Id_ = $(this).attr('id'); dataLa...
asked by 12.06.2015 / 22:37