Questions tagged as 'jquery'

1
answer

How to know when they capture the screen of my web page?

I am working on a project with html, laravel, php, javascript, jquery and ajax the problem is that I want to know when they take screenshot to my web page and send an alert by email. I have searched for information but I do not find anything...
asked by 27.07.2018 / 20:52
1
answer

How can I hide my alert within a modal in Jquery?

What happens is that I have a Finalizar compra button that when giving click and not being logged, a modal appears with the alert message    "You should sign up before continuing with your purchase" and I have another button...
asked by 26.07.2018 / 19:49
2
answers

disable and enable "buttons" of the "a" tag

The inconvenience that I have to start must de-enable the buttons above and below, and does not perform any function, until you click on the start button and enable the buttons and perform the functions you already have , the problem is that I d...
asked by 06.08.2018 / 22:16
3
answers

Identify checkbox by clicking

I am generating a structure dynamically, which I obtain from a json. It has the function that when clicking on the user's name will show another card in which I have 3 checkbox. The problem I have is that by getting the id and value of each c...
asked by 03.08.2018 / 20:07
1
answer

How to consume https json with webform asp.net c #?

Good I would like you to help me I am wanting to consume a service HTTPS . Realizing with asp.net webform. For which I am doing with jquery json I have been reading the documentation and it indicates that you have to use JSONP. link Wha...
asked by 09.08.2018 / 18:24
2
answers

Get selected checkbox value with jquery

I have a small function that runs through all the checkboxes and shows the value of those that have been selected. $("input[type=checkbox]:checked").each(function(){ //cada elemento seleccionado alert($(this).val()); });...
asked by 01.08.2018 / 22:04
3
answers

how can I execute jquery functions for times after clicking a button

I want to make the following functions run when I click on an element $( ".add-to-car-d1" ).on("click", function() { //al dar click que pase esto $('.iconcar' ).addClass('carrAnimation'); //despues de 1 segundo pase...
asked by 03.08.2018 / 02:10
2
answers

How to do to show the accents from a javascript file?

I have a jsp in which it is sent to call a javascript file in the following way <script type="text/javascript" src="<c:url value="/webresorces/js/validacion.js" />"></script> The file js contains the validations...
asked by 12.07.2018 / 06:03
2
answers

Variable return with p in javascript

I have a code that does a checking of the password and if it is short, print the corresponding. My problem is that I have the variable return and I need this to print a text wrapped in <p>...</p> , but I do not know how to do i...
asked by 20.06.2018 / 11:44
1
answer

traverse JSON objects and identify them

I have a JSON that brings me several objects as I could go through them and identify them in order to work with each of them separately or bring any of the elements that make it up. Sincerely, I have always complicated this of working with objec...
asked by 08.06.2018 / 22:57