Questions tagged as 'html'

2
answers

fill select field when opening javascript / jquery page

Hi, I already received a lot of help when I needed a select field to fill in automatically in this post here: fill javascript / jquery select field It's working perfectly well, but now I need to open a page where the select field is already...
asked by 21.05.2016 / 00:07
1
answer

Placing an iterator on a table in a .pdf file.erb

I have a table where there is a list of people I want to put a counter to get a number on the side of each item in the list: type like this: 1-Mary. Segue arquivo financial.pdf.erb''<tbody> <% @people[:people].each do |p...
asked by 12.04.2016 / 18:58
2
answers

Align cards from Framework Materialize

Now I just decided to take a look at Materialize and try to use the card element. I just can not understand why they do not get organized horizontally! <div class="container"> <div class="section"> <d...
asked by 08.04.2016 / 20:52
1
answer

Transmit information between html pages with jQuery?

Good afternoon person, alright? In my project, I have a list of properties, all different from each other. When clicking on any of them, you should open a detail page with unique information about the property clicked. The problem is communic...
asked by 06.06.2016 / 22:51
1
answer

Difficulty Menu image Bootstrap

I think that doubt is simple, but I have a difficulty. I am creating a menu of images, using BootStrap, and it is working correctly. The problem is, how do I when clicking on one of the thumbnail images appears as the main image? The work don...
asked by 26.03.2016 / 02:00
1
answer

Check if an ID exists on a data-list

I'm doing a crud ajax where user chooses a result coming from a data-list to be added to a table (html). data-list <div class="list_details"> <ul> <li id="valor"><img src="..."><p>Nome</p...
asked by 19.05.2016 / 18:39
1
answer

Placing a dynamic YouTube video in an iframe (asp.net)

Good evening! I'm trying to put a youtube video based on a url stored in a sql database, the problem is that the way I found it to put, works only with some static url, in the following way: <iframe width="560" height="315" src="https://www...
asked by 18.05.2016 / 02:41
1
answer

How to put a dropdown menu on a navigation bar using bootstrap?

I understand very little of css and am having difficulty putting a dropdown menu in the navigation bar of a page. I have several links in this navigation bar and needed to open a menu with a list of other options when clicking on an item....
asked by 10.07.2016 / 21:54
2
answers

How to increase the icon size when hovering over a list

I'm trying to change the size of certain icons when passing the mouse. It turns out that when I hover the mouse the icon even increases in size, but the same one that causes the other icons to leave the place. Not to mention that it is not exact...
asked by 08.07.2016 / 17:15
1
answer

Anchor link with js and bootstrap, how to close the menu after clicking?

I'm making a website using boostrap, it's a unique page. When I access the cell and click on some link in the menu of the page it does the scrolling effect to where the anchor is, but the menu remains open, how can I do to when clicking on the m...
asked by 11.07.2016 / 04:20