Questions tagged as 'jquery'

2
answers

'Deactivate' an element in HTML

I need to 'deactivate' an element <a> , after having clicked on it. I am using Bootstrap, when clicking on an element <a> , a modal opens and when closing it, the element <a> follows as if it were 'selected'....
asked by 18.09.2017 / 23:16
1
answer

Help With the placeHolder and label Float

I have the following form: As you can see they have the PlaceHolder property, besides this I also add a Floating label, which what makes the I choose the TextBox is placed as a title, as seen in the following Image: So far so g...
asked by 20.09.2017 / 04:47
1
answer

Show a blob in firefox

I'm trying to show a PDF on an HTML page but it does not show anything in firefox, I tried it in chrome and there it shows, using the following code. <div ng-if="downloaded"> <object ng-bind="pdfcontent" data="{{pdfcontent}}...
asked by 30.08.2017 / 23:32
0
answers

Problem with icheck and online onclick event [closed]

I am using the icheck.min.js library and the problem is that the onclik event of my radio buttons no longer work. The code is in this way: HTML: <form method="POST" action="<?php $_SERVER['PHP_SELF']?>" role="form"...
asked by 28.08.2017 / 17:49
0
answers

Problem with JS and MagnificPOPUP events

Good afternoon, I have a problem when running some events when the magnific-popup plugin has an open image. I put you in a little situation: Goal What I need is to put obstacles to capture the images of a website. I am fully aware of th...
asked by 17.10.2017 / 13:32
1
answer

Selects nested with Django and AJAX

I am doing tests for a form that I must do and the most important thing are two combo boxes, where the second one depends on the choice of the first one. I have done many tests with different methods but I have not achieved the result I need....
asked by 26.09.2017 / 18:29
1
answer

Show the Top Bar by scrolling up with sticky Foundation

An effect that I find interesting and quite useful, is to show the menu when it is scrolled up, and hide it when it goes down, although, downwards I can easily hide it with a display: none , using the class is-stuck is-at-top , of th...
asked by 23.09.2017 / 07:27
1
answer

How to transform a Jquery hover function for mobile

I need to use the hover function and the click function (for mobile versions), in doing so they conflict and none is applied. Can someone help me? I attach the code: HTML: <div class="item-holder no-bg productcol3 detail-label">...
asked by 06.04.2018 / 07:47
2
answers

pass values by ajax error

I have a routine to update the status and balance of a document, this is the jquery code $("#invBtnPay").on("click", function (event) { alertify.confirm("Pagar Factura", "El Saldo de la Factura es de $" + $("#idt_saldo").text(),...
asked by 09.04.2018 / 15:14
1
answer

the call to .done in ajax is not completed

I have the following function function deleteItem(item_id) { var invoiceData = { 'idt_id': item_id, 'inv_id': $('#inv_id').val(), 'inv_number': $('#inv_number').text(), }; $.ajax({ type: 'GET',...
asked by 11.04.2018 / 16:08