Questions tagged as 'jquery'

1
answer

How to use jquery-turboLinks?

Currently I have a problem since jquery is not working correctly in my ruby on rails project and when I researched I realized that the document.ready does not work well in that framework, so I decided to download the patch that would be jquer...
asked by 01.06.2017 / 03:21
1
answer

Reload a partial view from JQuery or JavaScript

This time I find a doubt that looking in several forums I have not managed to solve, I have a list of notifications, which I post in a partial view, then I invoke this view in a layout. up there all right. Then I have a script that whe...
asked by 28.06.2017 / 20:09
2
answers

Store data in a jquery array

I'm getting data from a table with the following code $("#table_repuestos td").each(function(index) { alert($(this).text()); }); <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> &...
asked by 10.05.2017 / 18:03
2
answers

Rotate canvas image

Estpy trying to make the image on the canvas stay diagonal This is what I have var imageObjCextrema = new Image() imageObjCextrema.onload = function() { ctx.drawImage(imageObjCextrema, 35, 250, 7, 50); } imageObjCextrema.src = 'img...
asked by 10.05.2017 / 15:25
1
answer

Error in JQuery can not use two scripts at the same time

Hi, I'm doing a page, but adding some scripts only makes the last one and the first of them stops working. This is the code: <!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <meta http-equiv="X-...
asked by 16.05.2017 / 18:55
1
answer

How to convert data in JQUERY number?

When printing a variable it shows me 5 results that I have obtained from the database. General Management. Administrative Assistant. Administration and Human Resources. Finance and Accounting. Advertising and Marketing. But I woul...
asked by 24.04.2017 / 16:47
2
answers

Tour matrix with jquery

I have this array of arrays, to show a use value: alert(var_dump(objView.ArrayStock[1][0].STOCK_REAL)); ArrayStock:[[{BODEGA: "01", STOCK_REAL: "17.00"}, {BODEGA: "03", STOCK_REAL: "9.00"}],…] 0:[{BODEGA: "01", STOCK_REAL: "17.00"}, {BODEGA:...
asked by 19.05.2017 / 19:12
2
answers

Error getting value from a jQuery text field

I'm trying to get the value of a field configured with the plugin intl-tel-input , in which I ask the user to enter their phone number. The problem is that, for some reason, when sending the data to the server, the field (named phone ) is...
asked by 18.05.2017 / 16:22
1
answer

PHP does not receive parameters after submit

I'm making a relatively simple form in which I use the plugin multiple-select . This is the form: <form id="frmDatos" class="form-horizontal" action="txartelak.php" method="post"> <input type="submit" class="btn" id="sal...
asked by 04.05.2017 / 15:35
2
answers

Loading data with JSON shows nothing

I want to show values with JSON when collecting information from two text fields. Here the codes: HTML: <input type="text" name="valor_grados1" id="valor_grados1">Superior <input type="text" name="valor_grados" id="valor_gra...
asked by 13.03.2017 / 20:27