Questions tagged as 'html'

1
answer

How to Style Current Page Navigation Link

The above image is a print of the menu that I'm developing that got the style I put right in CSS. But only when I pass the mouse over the link, that is when I do :hover which was what I was doing in that print. Now I want...
asked by 21.07.2015 / 16:57
2
answers

Limiting number of selected values

How can I change the script below to work as I need it to make the following limit the number of markings or be able to select in the max 2 list items if it exceeds the maximum allowed value of an alert message. > <html> <head>...
asked by 29.07.2015 / 17:11
2
answers

jQuery fetch all checked checkboxes from a div through a click of a button

I need to search all checkboxes CHECKED of a <div> where you have another <div> daughter who is, has a <input type="checkbox"> via jQuery . The structure follows: <div class="metro per...
asked by 20.08.2015 / 20:05
4
answers

Query with javaScript (EcmaScript)

I have the following objects and I need to check which candidates meet the requested job. var vaga = {"language":"javascript","courses":["information systems","programming"]} var candidatos = [ {"name":"luis","course":"programming","language...
asked by 22.11.2018 / 19:18
2
answers

Problems with javascript when reading getElementByID in IE and Chrome

I have an interesting problem and did not know of this condition in IE. There is in the site that I got for maintenance, a call like this: document.getElementByID(...) . Well, what happens is that IE is not getting ID , but Name...
asked by 14.09.2015 / 21:05
1
answer

Pass value from a select to Html.BeginForms - Asp .Net

I have this element <select> : <select id="status" class="form-control form-control-sm" name="arquivo" > @{ foreach (string valor in ViewBag.ListaArquivos) { <option value="...
asked by 13.12.2018 / 14:05
2
answers

Nav does not float right

The buttons on my navbar do not float right. I already tried to apply float: right in the menu and also in the items but it does not help. .container{ width: 100%; height: 100%; overflow-x: hidden;...
asked by 24.10.2018 / 23:25
2
answers

Changing an image with each click

Good people, I have a problem here. I searched several times here on the website and on the internet and did not have an answer that would help me enough, I still have questions. I have a website and I have sectors "collapsible", so to illust...
asked by 25.10.2018 / 16:23
2
answers

Different titles for each slideToggle

I would like to change the code I have here, so that instead of appearing "Reveal Content" on all lines of slideToggle, I can put each one with a title, for example "Revision 1", then the next "Revision 2 "and so on, in the code that I have the...
asked by 24.10.2018 / 20:01
2
answers

Set menu with bootstrap after scrolling down

I'm using bootstrap in my code You have a class in% of the bootstrap setting nav on top    navbar-fixed-top But I want nav to only be fixed when the scroll passes through it. How do I do this? An example:...
asked by 06.07.2017 / 10:17