Questions tagged as 'html'

1
answer

How to disable option according to option selected?

I have a list of users and each of them will have one or more functions (example: Leader, To Knowledge, Participant). In case I choose the option "Leader", the other options (of that same select) should be disabled (since only one user can be...
asked by 20.11.2016 / 22:05
1
answer

AngularJS Argument 'controller' is not a function, got undefined

Good evening, guys! I am a beginner in Angularjs, I am having the following problem Error: [ng:areq] Argument 'smgoCtrl' is not a function, got undefined http://errors.angularjs.org/1.5.5/ng/areq?p0=smgoCtrl&p1=not%20a%20function%2C%20got%...
asked by 24.04.2016 / 02:46
1
answer

WYSIWYG editor with code style

I'm creating a website where I'll post some snippets of code (like a backup of my code), and for that, I'm using ASP.NET MVC. You're almost done, what's missing is a WYSIWYG editor that meets my needs. I'm using TinyMCE. It's very good, bu...
asked by 23.04.2016 / 21:46
1
answer

"Hide" a cell from a table

I was trying to make a simple layout in which the desktop version has a logo in the center of main-nav at the top of the page, flanked by navigation. Is using a table the best solution? I tried with DIVS, placing the logo with 1 absolute posi...
asked by 29.04.2016 / 00:30
1
answer

pull information via php ajax [closed]

Good afternoon, I'm studying ajax and I'm trying to make an input pass to a file via post, but nothing happens .. I'm tracking via chrome firebug and I always see the type: 'post' is in error. <script src="https://ajax.googleapis.com/a...
asked by 10.08.2016 / 20:41
1
answer

How to decide what and how to perform the css structure of a responsive menu [closed]

I would like to know how you create responsive menus, what is the best structure in your opinion both pro html and pro css , and whether or not they use javascript . can be either a user's own menu when logged in, or a menu...
asked by 10.08.2016 / 23:44
1
answer

How to use using events in Js without html [duplicate]

How do I do this? <html> <head> <script language="javascript"> function teste(){ alert("oi"); } document.getElementById("as").onclick = function(){ teste(); }...
asked by 27.06.2016 / 17:52
1
answer

Navigation In Tabs With CSS And jQuery

I have a problem formatting my page ... <ul class="abas"> <li><a href="#noticia1">Empreendimento</a></li> <li><a href="#noticia2">Detalhes</a></li> <li><a href="#notici...
asked by 28.06.2016 / 18:08
1
answer

Load entire page when clicking link within Iframe

Hello, I have an Iframe as follows: <iframe width="230" height="280" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://impressoearte.com/produto-em-destaque/"target="_top" ></iframe> What I want...
asked by 01.07.2016 / 01:29
1
answer

HTML - Custom checkbox put picture and remove icon from checkbox

Good evening, is it possible to put an image in the checkbox? is it possible to make this image change when the checkbox is selected, make this image change when the mouse goes over it and make it back to normal when the checkbox goes unselected...
asked by 28.06.2016 / 07:47