Questions tagged as 'html'

2
answers

Syntax error in script variation of jQuery products

I have a script in jQuery, which basically filters the variations of Woocomerce Wordpress products and selects the desired option by adding the "selected" attribute, the big problem is, I have a button to select the variation, as you can see in...
asked by 13.07.2018 / 13:52
2
answers

Change the color of a cell according to the value

I have a page with a table that shows information on the amount of items planned to be performed and the number of items actually made at the end of each month. Iwasaskedif,inthemonth,moreitemsaremadethanexpected,thecellthatshowsthequantityi...
asked by 09.07.2018 / 15:00
4
answers

Show div / form when user selects an option

I would like when the person chooses one of the options of the select to appear the form as the code says. And also that when one form appeared the other would have display none. $(document).ready(function() { document.getElementById('t...
asked by 27.06.2018 / 19:06
1
answer

How to create links in html that are directed to specific points of the page itself?

Recently I noticed that some pages in html even being offline had links that directed the user to specific points of the page itself and would like to learn how to do it in Notepad++ .     
asked by 15.07.2015 / 22:54
2
answers

How to create links anchors and darken the rest of the page content less the intended section?

I want to do the following: <div id="ponto0"><a href="#ponto1"> Link </a></div> <div id="ponto1"> conteudo </div> By clicking on the href="#ponto1" link, the person will be directed to id...
asked by 17.07.2015 / 08:59
2
answers

How to loop with input select PHP?

I have an array with $ c name that I made through a precise explode to do the count with for to see if it is selected. The problem is that it does the echo of option 2 or how many times there are records. Does anyone have a solution for this?...
asked by 28.07.2015 / 22:25
3
answers

Drupal, place the Web Form on top of the content.

I need to do in the Drupal theme to put this Web Form on top of the content instead of below. I do not know how Drupal works, however I have some knowledge of creating Wordpress templates, I downgraded the theme but I do not know which file I sh...
asked by 02.06.2015 / 18:05
4
answers

Put a url in the text field and show it in a DIV next to it

How can I do this? I have a form that has some input text, I would like it when the user pastes a url of an image on the web it appears next to a div with that image. I think it would be with Ajax but I have no idea how to get started.     
asked by 13.07.2015 / 18:50
1
answer

Error in IF condition

I'm doing a program in PHP but I'm having a problem. I want it, when $ user_info is equal to Tiago Goncalves, show the user image. The truth is that it is shown on the website all 3 pictures. HTML <html lang="en"> <head>...
asked by 02.08.2018 / 19:55
2
answers

Get content of the src attribute in the img tag via javascript

I'm trying to make a password field, which when clicking an image next to it, will leave the password visible, and with that I also want to change the image when the click occurs. My HTML looks like this: <img src="~/Imagens/olho.jpg" s...
asked by 06.06.2018 / 16:38