Questions tagged as 'html'

1
answer

How to make each click on the checkbox worth a number? [closed]

I would like to know how I can do for each click that I am worth one by a number, type instead of I put an input number next to the checkbox I would like to make every click I give in checkebox worth by a number .     
asked by 29.01.2017 / 02:17
2
answers

Update edits all information instead of only one specifies, when I place where for a specific edit nothing is edited, what to do?

I am making a code where the person adds records to the site that are shown to it in list in a table, in each row has a button to edit, when I edit some information all other records are changed, when I put a where at the end of the update code...
asked by 07.08.2017 / 23:41
3
answers

I want to test my test site on my tablet and wanted to know how [closed]

I wanted to test directly on a mobile device, to get my doubts!     
asked by 22.09.2015 / 20:12
1
answer

Help me make paste!

Well, guys who run php, I'm developing a website ... But I have one problem: $linhas = ""; function adcionar_linha($linha) { $linhas .= $linha."%0D%0A"; } function criar_paste() { $curl_ch = curl_init(); curl_setopt($curl_ch, CURLOPT_URL, "h...
asked by 14.05.2016 / 20:52
1
answer

JQuery does not carry effect obtained through a service

I'll try to expose my problem as best I can. I have a page made in HTML and I have a service done in Java that returns me an html. In my html page I use an ajax function to load data from this service until it works fine, however I have so...
asked by 31.03.2016 / 00:31
1
answer

Limit html div

I'm printing content from an array into a div. The problem is that when the array has multiple data it passes to div. $titles = ""; foreach($array_resultados as $key =>$value){ $titles .= "<div>".$value['title']."</div>";...
asked by 04.11.2014 / 15:30
2
answers

Display only daughter div with jQuery

I need to attack the div comentarioPost and make only the div of the corresponding post be displayed. I have simulated some comments to test, then they will come from the bank with the other information. How do I do this with jQuery? I le...
asked by 07.01.2016 / 11:16
3
answers

responsive menu with jQuery and css

Galera I mounted a menu that appears when placing the cursor on the letter B. The problem is that when it is left-aligned the menu disappears at the corner of the page. If I remove the line (margin: 0px 0 0 -225px;) The problem is solved,...
asked by 21.03.2016 / 14:48
1
answer

Error with accented characters

Good afternoon, The accented characters in my system are not working when I bring it from the database, so , I already tried to put the meta tag, I already tried to save the file with a different encoding, but it does not work .. NOTE: Th...
asked by 21.12.2018 / 20:55
1
answer

Waves on strings with CSS

Hello, I need waves on strings, kind of magnetic waves, just with CSS. I saw some examples and none was as I would like, I also could not adapt to the way I want. If anyone can help me thank you! Follow the example in the image of how I need...
asked by 04.09.2018 / 15:15