Questions tagged as 'html'

1
answer

Problems with ajax form

Well, I'm having a hard time validating this page in ajax, I believe that the problem is in the php connection file, I searched in many forms but did not want something so complex or with so many validations, just something simple, I'll post the...
asked by 08.10.2016 / 02:28
2
answers

Problem in instantiation using pdo / Fatal error: Uncaught Error: Class

The following error appears when trying to instantiate and call a particular method:    Fatal error: Uncaught Error: Class 'User' not found in   C: \ xampp \ htdocs \ Projects \ reports.php: 126 Stack trace: # 0 {main}   thrown in C: \ xampp...
asked by 07.10.2016 / 17:44
1
answer

How to override CSS styles without interfering with another previous CSS?

I'm implementing a high-contrast mode, and for that, I'm using the following structure: To call high contrast: <li><a href="#" class="seleciona-estilo" data-classe="classe-azul">MODO ESCURO</a></li> Javascript...
asked by 05.10.2016 / 16:49
1
answer

Open link in another tab when clicking button

I already know how to open in another window, I want when I close it, update my site! Your code is this: <a href="https://www.blogger.com/blogger.g?blogID=811315793714916374#" onclick="window.open('http://bit.ly/loga-se','pagename','resi...
asked by 09.10.2016 / 18:30
2
answers

Replace the value of an input and keep the previous value

I need a input[type="text"] , in which the user type anything ("abc", for example), but in the visual appear other symbols, but keeping the previous value when I get it by JavaScript or sent in form in input[type="password"] )...
asked by 23.11.2016 / 19:35
0
answers

anchor tags do not work inside figcaption: target?

I made an animated menu in CSS3 using the figure tag, in which I inserted an image with the link I used as id in the figcaption tag. Within figcaption is my list with the list of links to access other pages. In my .css fil...
asked by 22.10.2016 / 18:23
0
answers

Media Queries for Menu

I'm developing a page that has a menu that should display different behaviors according to the dimensions of the screen. I'll try to display this through some images. In the initial menu state (and with a screen dimension whose width is great...
asked by 18.09.2016 / 02:05
0
answers

Use two CSS classes in C # Razor MVC [closed]

I'm wanting to use two CSS classes in Razor. Is it possible to do that? Because I can not. I'm doing the following: <div class="form-group"> @Html.LabelFor(model => model.ativo, htmlAttributes: new { @class = "control-l...
asked by 27.09.2016 / 19:01
2
answers

Make site open only in mobile [closed]

I need to have my site open on mobile devices only, as it's a hybrid app that will serve as both webview and Progressive Web App. How can I make my site open only on mobile devices?     
asked by 23.09.2016 / 18:30
1
answer

JqueryUI autocomplete does not refine search

When using the autocomplete of Jquery Ui I have had a small problem. I am performing an ajax search to feed a text field. In this field a discipline is searched for and the autocomplete mounts the auto-suggestion menu. The search and presenta...
asked by 23.09.2016 / 17:51