Questions tagged as 'jquery'

1
answer

How to make my script loop?

I created the following script: $(".circulo").click(function() { $('form').show(); }); $("#next").click(function() { $("#test1").hide(); $("#test2").show(); }); $("#back").click(function() { $("#test1").show(); $("#test2").hide();...
asked by 09.09.2018 / 20:57
1
answer

Uncaught TypeError: $ .confirm is not a function with Socket

I'm doing a shift system with% native% co in which I'm using a php that is called librería in which from the part where the appointment is scheduled works well, since after that saves, shows an alert with the library of fancyweb...
asked by 24.08.2018 / 17:25
1
answer

Is it possible to send a FORM, generate a CSV and send it to a folder?

I have been investigating for a few hours now, and I have not been able to find much useful information. With which I refer here to see if I can find help. I have a form, that I work with jQuery, with what I have stored all the variables...
asked by 30.08.2018 / 11:13
2
answers

Friends a query, I'm working with bootstrap and I call a modal, send a comment a strange character appears

So I send and call my modal from jquery .... $('#modalcontenidodos').text("Este DNI ya tiene un usuario y contraseña."); $('#mymodaldos').modal('show'); but I get a strange character in the modal as well ........
asked by 31.08.2018 / 00:13
2
answers

Why are "anchors" added to the end of the URL?

I have a web page that works with tabs and sub-tabs. When in a sun screen I add information when refreshing I do a .click() on the same tab (JavaScript) and a # is added to the end of the URL. The problem is that sometimes names of the ta...
asked by 30.08.2018 / 00:31
1
answer

How can I show a DIV from another DIV to which the mouse is passed over? [closed]

I am creating a web page and I need that, when you pass the mouse over a DIV, below it appears another DIV     
asked by 03.09.2018 / 23:41
1
answer

PROBLEM Jquery and Ajax, send data to the same FORM

I am making an order form, in which I include a button that says: "Add Additional", that displays a "Modal", when filling in these fields, a button that says, add to the order. What I try, is that when adding to the order the established data...
asked by 20.08.2018 / 17:33
1
answer

How to redirect to a jsp from another controller in java?

I have the following method in my controller, which sends me to the login page @RequestMapping(value= "/login", method= RequestMethod.GET) public String irPaginaLogin(){ return "/login"; } and it contains the following field...
asked by 22.08.2018 / 06:24
2
answers

Searcher in JQuery, Ajax and PHP (Error)

I try to create a search form in the following way: By default, the order history appears: $(document).ready(function(){ $.ajax({ type: 'POST', url: 'php/cargar_historial.php' }) .done(function(listas_rep){ $('#historial...
asked by 28.08.2018 / 16:38
1
answer

Can not register through AJAX

Let's start with my file called "registro_test.php" <?php include_once 'header.php' ?> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script> $(function()...
asked by 23.08.2018 / 17:21