Questions tagged as 'jquery'

1
answer

Datatablet JS Export with Multilinhas

Opa, In a same cell in the datatable there may be several rows, and the buttons function to export from the datatable does not recognize the <Br> tag, I am trying to use columns and render this way, just for...
asked by 20.01.2017 / 13:01
1
answer

Update a view of zf2 every 1s through jquery / ajax

I have a table as figure below, I need it to update every 1s, but I have no idea how to do it. Iusedahtml5tag,butitupdateseverything,Ijustwanttoupdateonlythetable.MyView <?php $datenull = '01/01/0001 00:01'; $linha = 1; ?> <met...
asked by 17.01.2017 / 14:34
0
answers

PhantomJs wait for ajax Request

I'm here with an immense difficulty in PhantomJS; Come on since yesterday I'm trying to automate the denatran process inside a system. How will this work? I already have the user's CPF and RENAVAN, I have a script done with an API that solves th...
asked by 20.06.2016 / 21:28
1
answer

how to pass a value of an input with ajax and receive in php with the post method?

I needed to pass a value of a field html to ajax and receive it in a variable in php on another page <script> $(document).ready(function(){ $("#botao").click(function(){ site = $("#codigo").va...
asked by 03.12.2016 / 02:07
0
answers

Mouseover effect to spread overlapping icons / images

Hello, on the system I'm working on there are some icons / images (which are div's) that sometimes overlap. This is their correct functioning, they update their positions automatically and sometimes stand on top of each other, but it is necessar...
asked by 25.11.2016 / 14:14
0
answers

Error sharing screen via Browser (Chrome and Firefox)

I'm trying to make the Screen Sharing dialog appear in Chrome, but nothing happens. I'm using the following code (just to display the dialog, I'll stream the server to the server when it works) function screenshare() { navigator.med...
asked by 25.10.2016 / 23:10
0
answers

JQUERY from ONCLIK to IFRAME does not work

I make animated banners in Google Web Designer and use an IFRAME to call them on the page, I used a JQUERY code so when clicked on the IFRAME it opens another page but when I add 2 or 3 bannes, each one having its own site to open and functions...
asked by 30.10.2016 / 03:59
0
answers

Help in Calback validationEngine

I am using validationEngine for a form validation and submission after everything is completed. So far so good. However, I need to recover some data from the registry after confirmation. Once the user fills in the data, he submits the...
asked by 26.10.2016 / 14:44
1
answer

jQuery does not use the HTML5 dataset on date?

When modifying a certain initial value of data of jQuery, I noticed that the value of dataset is not modified. Then I wrote the following test: HTML: <div data-value="initial value" id="div-test-1"></div> <di...
asked by 11.02.2015 / 18:38
1
answer

Adding tag in photo

I'm trying to add tags to a photo (like the facebook identification system), the error I'm having is the following: When I click on an image to place the tags the form first appears in the corner of my computer, not in the coordinates of the...
asked by 19.05.2016 / 05:27