Questions tagged as 'jquery'

1
answer

How do I update a row in the datatable with jquery? [closed]

I have the following code working to add a row to the table dynamically var NovaLinha = [usuario,email,senha,ativo,acao]; NovaLinha.id = retorno; $('#tabela').DataTable().row.add(NovaLinha).draw(); Now I want to change it too with jquery an...
asked by 22.02.2015 / 19:19
2
answers

Overlap of data to cycle through for

I have the following table: Thistableisdynamicandworkslikeform,thatis,theuserclickingNovocreatesanewrowwiththedynamicfields.WhenyouclickSalvarDadosalllinescreatedbytheuseraresaved.Sofarsogood.ButwhatI'mdoingisgivingtheuserthepossibilitytoinse...
asked by 25.02.2014 / 15:28
1
answer

How to avoid overlapping of select elements in a form on the same page?

I use wordpress as a CMS and created a form with the WPCF7 (Contact Form 7) plugin. It turns out that some form elements such as select, checkbox and radio button overlap each other in a way that I can not adjust them. View Image With the h...
asked by 03.03.2014 / 00:11
1
answer

Jquery Cycle - One centralized slide and the other two partially appearing

I need a slider that would have at least 3 slides, where the middle one would appear completely with the resolution and the other two sides would appear partially. I'm using the Cycle2 link I need it to work correctly in IE8 up. I...
asked by 07.03.2014 / 19:20
1
answer

Does JqGrid support formatting with line break?

I'm developing an application where I use Jquery (1.11) with JqGrid (4.54) . This application has already been developed in ASP , where in your content there is a data totalizer per login along with the data displayed as a result in the tab...
asked by 06.03.2014 / 18:27
2
answers

Problem generating content via Jquery

I have a problem that depending on the text selected in the first check box it does not load the years relative to it in the database. Only when text loaded in the first box has no space does jquery work. * Follows the file with the "gera_htm...
asked by 05.02.2014 / 20:48
1
answer

Using Cycle2 and picturefill together

I created a responsive slideshow using Cycle2. Because the images are too large, I need to load a smaller file of each image when the page opens on mobile devices. So I thought about using picturefill. But it's difficult to reconcile...
asked by 04.02.2014 / 02:21
1
answer

Detect smartphone back button

Is there any way to detect when the physical back button of the smartphone is clicked? I need this to close a modal . I thought there might be a matching number like on the keyboard and use event.which to detect but could not fin...
asked by 09.10.2018 / 21:40
1
answer

AJAX request works on all browsers except Firefox

I have tried to make an AJAX upload system and it works perfectly in Chrome, however it does not work in firefox. I used the $.ajax() function of JQuery. Do you have any suggestions whatsoever? I have a normal form that requires a file...
asked by 02.10.2018 / 22:19
1
answer

Conflicts between double tap and click. (jQuery and Hammer.js)

I'm trying something different, I'd like to implement something similar to an Instagram feature: two tapas to give like. To try this, I'm using the latest versions of jQuery and Hammer.js. I'm not an advanced programmer in this area, however...
asked by 29.04.2014 / 02:35