Questions tagged as 'html'

1
answer

Show JSON in HTML [closed]

I wanted to ask if you can remove some characters when submitting information from a script , this information will be displayed in Browser . I want to remove ("", {}, -).     
asked by 05.03.2018 / 21:15
1
answer

Process on the server and return on a PHP Input

Hello, I'm doing a calculator in PHP and HTML, and I wanted it when the user pressed on the submit, be calculated on the server, and the result would return in the HTML Input result, if you do not understand, I'll try to explain in a more basi...
asked by 08.04.2018 / 17:20
1
answer

jquery - capture content from all divs with a set class

I have a schedule that I want to hide when all days of the week are closed. So I did this function that analyzes if the content of the day is Closed and if all 7 days have Closed it hides the agenda. $( document ).ready(function() { va...
asked by 28.06.2017 / 18:56
1
answer

How to put the menu in responsive bootstrap mode

Here is the code placed for when to resize the browser so that the responsive site can appear as the menu does not appear when clicking does nothing <div class="col-md-12"> <div class="menu"> <nav class="navbar">...
asked by 03.10.2017 / 12:53
1
answer

Error inserting data with Angular using $ http.post (). then

I can not insert data into mysql using angularjs. The data is not sent to the insert.php file. I believe there is a $ http.post error that I do not know! Any suggestions? System: link ScriptCode//Metodoadicionar$scope.add=function(){...
asked by 31.08.2017 / 19:02
1
answer

PHP MVC ERROR, everything is working but this error message is left on the site

Notice: Undefined index: ok in C: \ xampp \ htdocs \ olimpiada \ controller \ ControlUser.php on line 17     
asked by 20.06.2017 / 16:11
1
answer

Remove group of divs "Clones" in jquery

I have a group of divs that can be cloned in jquery, I need to click on "in the bin image with delete id" remove the divs cloned when clicked ... Follow the code .. <script type="text/javascript" src="http://code.jquery.com/jquery-1....
asked by 17.09.2017 / 21:42
1
answer

Sum in php does not work

Good morning, I have the following problem: I want to add the initial evaluation with the final evaluation and the result appears on the screen but it always appears zero, where am I failing? <th><divclass="input-field col s12">...
asked by 18.04.2018 / 13:23
3
answers

I need to create a button with this code and I can not! [closed]

I need to make a button that has this code: <a href="#" class="manual-optin-trigger" data-optin-slug="pulwhi4lm1-lightbox" style="color:black">Quero Me Cadastrar</a> Only "Want to Register" appears, it works fine, but I need a b...
asked by 31.01.2017 / 18:57
1
answer

I need to align the imputs HTML + CSS

I need to align these imputs body { font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.6; } #btnRefresh { background-color: #6a9ce6; } .button { background: rgb(60, 163, 177);...
asked by 18.12.2017 / 19:46