Questions tagged as 'html'

1
answer

Notification system, _.template (...) .html is not a function

I am making a notification system and am getting the following error: Uncaught TypeError: _.template(...).html is not a function Here is the code: <script type="text/x-template" id="notifications-template"> <ul> &l...
asked by 01.11.2016 / 17:33
1
answer

Javascript - Use button to show more images

I have the following problem: I am creating an E-Commerce site and I have a page to show all products. The part of showing this good, the problem is that being many products wanted to create a button like Twitter , that is, to show more...
asked by 04.11.2016 / 18:16
1
answer

doubts with download files

I have a folder in the cloud, and I want to generate a list in the paginal html, with all these files, so that when the user clicks, open the downlaod of the file, I'm trying as follows (this code is test only): <a href="http://zulex.com.br...
asked by 01.11.2016 / 19:54
2
answers

Problem with CSS Filter in some browsers

I am trying to use the filter parameter of CSS, but in some browsers with Chrome and IE is not working, already in firefox it works normally as desired. The code I have is this: .empresas-marcas ul li a{ -webkit-filter:grayscale(100%) c...
asked by 12.10.2016 / 19:53
1
answer

Integrate an admin template into a bootstrap template for site

Hello I am a beginner in bootstrap and I have some questions, I would like to know if you can help me. I have 2 templates, one for the site (KALLYAS) and an admin template (METRONIC), both in bootstrap. Can I integrate the admin template w...
asked by 11.10.2016 / 15:53
0
answers

How to show what was selected in the post method

I wanted to display on the screen what was selected by the user in the post method, how could I do that. thisismymethod,Iwanttoshowonthescreentheoptionchosen,suchasselectandinputmonth.<h2>RelatóriodeProtocolo</h2><br><f...
asked by 10.10.2016 / 14:51
1
answer

Open page directly on a given slide

I have a page that is entirely a slide, only with the menu on the side. I would like to know how to open this page directly on a given slide. I have already tried the common and best known method, adding an ID to each slide item, which is a list...
asked by 09.10.2016 / 17:07
2
answers

Divs HTML + CSS setting [closed]

Well, my question is in my page I have the menu and the footer 100% functional but I can not adapt the div of the "body" or "content" I wanted as the content was put it increases, my problem when I try to do this the information "passes" the foo...
asked by 08.10.2016 / 21:22
0
answers

How to open a new tab with javascript?

Hello! I have this function here: function mostrar(id){ window.location = "visualizar.php?id=" + id;} What do I call when the user clicks a <a href="javascript:mostrar(id)" target="_blank"></a> And I...
asked by 08.10.2016 / 02:47
0
answers

Files are not changed on the server

We have the following problem, when uploading the files to a ubuntu 14.04 linux server, the changes made to the files have no effect on the server, only locally, we already checked the file on the server, it changes perfectly, but in the applica...
asked by 07.10.2016 / 21:24