Questions tagged as 'jquery'

3
answers

Problem with hover event in Firefox

The next code is to use the hover event in the first image and change the second class. But after testing, it did not work on the Firefox browser, running only on Chrome, Safari and Opera browsers. Here is an example of the code: HTML...
asked by 27.10.2015 / 10:59
1
answer

Change properties of a single element that repeats multiple times on my page

I have div with the same classes repeating several times on my page (only changes the content) and I want to select only the element that was clicked. Example of the code I'm using: jQuery(function() { jQuery('p').hide();...
asked by 27.10.2018 / 18:50
1
answer

Position one element over the other

.lista-cartoneira h1 { font-size: 1.2rem; margin: 12px 0 12px 0; font-weight: 500; } .lista-cartoneira h2 { font-size: 1rem; margin: 12px 0 12px 0; } .lista-cartoneira img { width: 80px; height: 80px...
asked by 19.11.2018 / 12:47
1
answer

I can not place function on inputs that contain masks

PersonalIhavethesethreefieldsinaproductregistrationsystem.Thefirstisthecostprice,thesecondistheprofitontopofthefirst,andfinallythesalesvalueoftheproduct.WhathappensisthattocalculatethissalesvalueIcreatedafunctioninjavascriptthatcalculatesoverth...
asked by 16.11.2018 / 17:41
1
answer

Hiding URL address in href

I would like to know how I can cover up the original address of a url following the example of this url that follows the url I use http://thumb.servidor.direto.com.br/15574899.mp4 to stay this way in the href="#">#
asked by 18.08.2015 / 20:16
3
answers

How to receive a pdf file via ajax?

I am using this method to return a PDF file. It works normal if I call this action directly via URL: public ActionResult GerarProva(int idEpo, int numero, bool existeProvaGerada) { try { var relatorioBll = n...
asked by 18.08.2015 / 18:51
4
answers

Load page with Jquery event

I need some help. There is a jQuery event that works the way I want. When I click, it performs the action. $("#SEN").click(function(){ $("#abre").show(); //ou fadeIn }); My intention is that on another page I retrieve data from a c...
asked by 23.08.2015 / 17:46
1
answer

Input Range that increases text size

I'm trying to create a <input type="range"> that increases and / or decreases the size of the text as we move it to the left or right. So far so good, I've been able to create this effect, but now I wanted to put a number to indi...
asked by 15.07.2015 / 10:37
1
answer

How to calculate and display the sum of dates instantly?

Expensive, I have a situation where I need to create a lease. In the fields, the person who is entering the data has the options: * months / * start date / * end date I would like to know how to do this in JavaScript, with instant updat...
asked by 28.03.2016 / 22:28
2
answers

Contact form 7 in custom post

I have contact forms made with the contact form 7 plugin inside my site, but the contact forms only work on pages, inside posts do not work. On the contacts page it sends correctly and shows the sent message: Thesingleoftheportfoliosendst...
asked by 30.03.2016 / 00:34