Questions tagged as 'jquery'

1
answer

Can you save / retrieve cached information using javascript / jquery?

Motivation, having an offline application, is it possible to save cached information and be sent as soon as the user accesses the page again? How long would this cache last if possible? and what are the limitations? Ps. is using the html5...
asked by 14.06.2017 / 16:28
2
answers

Print all form values in JQuery with the console?

Is there any way to capture all the data selected in the selects and inserted into the inputs of a form? I've tried using $('#form1').serialize(); but I did not get a result, in php I use the global variable $_GET and...
asked by 29.09.2017 / 22:11
2
answers

Count only on visible labels

I have a difficulty with my code. I have a dropdopwn menu that displays notifications. When the notification shows the same date as the current day it displays <div class="label notification-badge">NOVO</div> . The notification...
asked by 09.11.2016 / 13:49
2
answers

OnClick event is not working! [duplicate]

Event $('.target').on('click', function(){}) on a button I am loading via ajax , but it does not work, I believe it is because the content is not yet loaded on the page, so the '.target' does not exist when the page loads. Can...
asked by 06.12.2016 / 12:53
2
answers

How do I put two Datatable on the same page?

The first table gets right but the second does not load the table without the attributes of the Datatable. How do I use both on the same page?     
asked by 17.01.2018 / 21:19
1
answer

How to add another zero in the hours for example: 4: 4: 03 becomes 4:04:03?

I have the following code in the application: I want to format the time and put another zero when it is only 1 number, I tried to count as PHP with the function strlen and when it is only 1 digit I add another zero in hours / minutes, but I c...
asked by 05.07.2017 / 13:21
1
answer

How do I get the contents of an HTML Table and convert it to a C # List?

I have a html table that is created dynamically by the user. I need to get all the data inserted by it into the table and generate a List so I can save it later to a database. Project data follows: public class Procedimento { str...
asked by 10.07.2017 / 20:31
2
answers

PHP session after Load ()

I'm having a little problem with my session .. When I reload the page by the function load() , my session does not update and the message is displayed Notice: Undefined variable: _SESSION As I understand it, using load() , se...
asked by 20.06.2016 / 14:57
3
answers

How to animate an anchor call?

The links are inside a div and the buttons that call them are outside this div, everything is working, I would just like to put an animation in this transition. P.S. The transition is horizontal. <style type="text/css"> html, bo...
asked by 28.06.2016 / 22:01
2
answers

Automatic click every 10 seconds

I have a carousel on the site, and I want it to run every ten seconds, as if the visitor has clicked the button to do this. This is the site link Here's all the plugin JS (WP Carousel Posts) link And here, the inclusion I made in th...
asked by 25.05.2016 / 02:46