Questions tagged as 'jquery'

2
answers

When clicking a button open content in a div when clicking another button delete the content of the div and open the new [closed]

People are trying to program a sequence of two buttons each of these buttons have to open a content in a div next to them and when clicked on another delete the previous content and display a new one. Can anyone help me?     
asked by 04.10.2017 / 22:59
3
answers

How to use $ .on in pure JavaScript: "$ (...) .on (event, selector, function)"?

This is in jQuery we have on , any element <a> with class test e without the foo class will fire the function when clicked, even though you create the element after the event is already added: $("#new...
asked by 06.06.2017 / 21:42
0
answers

Getting input with jquery and ajax

I have the following doubt I have a web application that I want when I log into the "index.html" home page to get the 'name' and 'email' and put it with jquery on another page 'paginaprincipal.html' p> example: index.html <form name="f...
asked by 11.09.2017 / 20:39
3
answers

Calculating with JavaScript

I need some help from you. I have two numeric fields in my system as shown in the picture below. Thefieldthathasaredlinearoundit,itwillhavetomakeacalculationonthefieldabove,asyoucanseeintheCreatinine...fieldwithavalueof2.3,thefieldinredwo...
asked by 24.10.2017 / 12:43
0
answers

Login screen just like Gmail

I've been watching the login screen of Gmail has the imput field and text that looks like placeholder, but when the mouse cursor Being from the field, this text goes up and stands as a label, does anyone know how to do it?     
asked by 27.09.2017 / 03:21
0
answers

How to edit data from a table in a modal bootstrap?

How to load a modal bootstrap through a link within a < td > tag and send together the Code , Name and Date > example: jquery: $(document).on("click", "#lnkEditar", function () { $('#cadModal').modal('show'); });...
asked by 27.09.2017 / 02:10
0
answers

Problem with $ _POST

Well I'm learning to program php and I have a lot of difficulties in doing the junction of it with other language, at that moment I'm doing a job and I have a problem: When I click on a div the image on it goes to another, on the sid...
asked by 26.09.2017 / 14:04
1
answer

Java Web + Ajax + Servlets

I'm having a hard time trying to get the date in Ajax. When I run the code, I get the 200 status and in network in the Chrome debugger I can see the return, but I can not do anything else with the date, like giving an alert or anything usef...
asked by 08.09.2017 / 05:38
2
answers

Compare two values with jquery

How do I compare two variables. I have a variable that brings the id of the neighborhood, called neighborhood, which returns the ID of the neighborhood equal to 1093. So I have a foreach that returns all neighborhoods registered in the system, t...
asked by 19.09.2017 / 16:20
3
answers

How to simulate click another HTML element?

In this image below it is normal now, but every time I move the mouse over it is placed the element figcaption in the image, this figcaption used to paint the image of black. Here, the image before I hover the mouse with your...
asked by 04.09.2017 / 14:56