Questions tagged as 'html'

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

How to put a link (href) in a piechart

How can I link somewhere in the chart with Google Charts a>, a different link for each division of chart . I'm using a PieChart , follow jsfiddle link and page where I got the code. Note: If you can do this with highcharts, it do...
asked by 03.09.2015 / 23:27
1
answer

How to put Transition in Form Option

I'm having a hard time applying an effect to an Option, I have a form where you have Name, Email, Phone, Themes. In Where Themes is, it has a Child Decorations option, when selecting Child Decorations it appears another Option below and I wou...
asked by 03.09.2015 / 22:34
1
answer

Problem with accent when generating PDF with dompdf

I am generating a PDF report using the dompdf API, and words that contain accent are not being displayed correctly. I put the charset = 'utf-8' tag inside the head, but it does not solve the problem <meta charset='utf-8'/> In php...
asked by 11.09.2015 / 01:06
1
answer

Creating a search link?

I have a problem in a project, there are 3 product search fields and a search button. example: link I wanted as the fields were filled out, the browse button would load the link built. Example: There are 3 fields so they would look li...
asked by 26.08.2015 / 19:49
2
answers

Javascript - Populating a field with paragraph

I'm developing a javascript to populate a text box, however I came across a situation that is generating me difficulty. I need popular with this message for example: TEST TEST TEST But I can not bring row breaks when I populate the f...
asked by 28.08.2015 / 15:30
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