Questions tagged as 'jquery'

0
answers

how to get the value of selectpicker using angle 5?

hello I have a form with fields <form [formGroup]="addform" (ngSubmit)="RegistrarArticulo()" class="form-horizontal addform"> <div class="form-group"> <div class="col-sm-7 col-xs-12"> <label>Marca</label&...
asked by 31.05.2018 / 15:55
0
answers

Receive values from window.location.assign

Researching I found that window.location.assign allows me to load a website / application and I can send parameters to it. But my question is whether a value can be received that returns that site or application to that invocation? What I hav...
asked by 01.06.2018 / 15:50
0
answers

DataTable row (). child jquery problem to group elements

I'm new to web programming and I'm developing a simple page for the place where I work. I am using the DataTable plugin and I am trying to group all the information about a parameter and that it is broken down when I press a button, as seen in t...
asked by 29.05.2018 / 19:47
0
answers

Problems to remove a record from a table with ajax?

You see I am trying to delete the record of a table with Ajax, this table is made through DataTable, however the delete button does not want to work, it throws me the following error: ReferenceError: BorrarSeccion is not defined Here I...
asked by 30.05.2018 / 18:03
0
answers

Problems with JQUERY DATATABLE

I'm doing a query by ajax implementing laravel and jquery but my problem is that it is not showing me the data it brings me, and in the console it tells me this error Uncaught TypeError: Cannot read property 'length' of u...
asked by 29.05.2018 / 15:33
0
answers

How to get all the canvases of an html view to save the base64 image

I have the following html with different canvas <div style="float:right;"> <button type="button" id="btn-save-image" class="btn btn-default" aria-label="Left Align"> <span class="glyphicon glyphicon-floppy-saved" aria-hidden="tr...
asked by 28.05.2018 / 14:19
0
answers

Problems with class marks in object

I have two associated buttons (button1 and button2) to an object that I have defined and I would like to apply the "hover" effect through CSS (since it seems easier to me through class marks) so that the buttons do not appear until you pass the...
asked by 28.05.2018 / 14:08
1
answer

php jquery get value from a div

I need to pass to letters (using a PHP script) a number that is inserted into a div by means of a calculation in Jquery. I need to put this value in a PHP variable. I can not do it. Any suggestions? Here the code: <script type="text/j...
asked by 31.05.2018 / 18:29
0
answers

QualityPickerPlugin error is not a function, If you add the JS references

Currently I want to use a plugin liberia video.js to create video players modifiable to my needs and for that I need to add a plugin with its references repectivas. HTML code <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xht...
asked by 28.05.2018 / 15:28
0
answers

Show modal by clicking on a button in a table

I am trying to do a modal that is filled with a query in MYSQL when clicking on a button that is generated by each record that exists in a table, but only works in a single button (sometimes it is random or only works in the second record). T...
asked by 28.05.2018 / 16:34