Questions tagged as 'html'

4
answers

How do I insert the value of a variable within an HTML attribute using pure Javascript

I'm trying to insert a value that I'm getting from the url inside the HTML attribute, as follows: I've done this function function urlId() { document.getElementsByTagName("BUTTON")[0].setAttribute("data-channel-external-id", "qs.id");...
asked by 05.02.2017 / 02:23
1
answer

How to add mascara in the input ajax via jquery?

Hello everyone, I have a function that edits the table dynamically, but the data contained in it has formatting coming from the database, but when I double click it it does not remain with the mask. the table coming from the bank is this Icanedi...
asked by 03.02.2017 / 15:03
1
answer

Bootstrap Jquery error

I do not understand why I get this error. I already put all the scripts, and still nothing. I was reading that Bootstrap 3.3.7 should not work, but I need it for my tables and etc. .. can someone help me?     
asked by 14.12.2016 / 11:50
1
answer

Change button position next to Carousel Bootstrap

By lowering the slide size appeared the following problem: The positioning of the "next" button is removed from the slide, as in the image below. I want it to be on the extreme side of the image, just like the left side button is. But all the at...
asked by 12.12.2016 / 18:41
1
answer

Increase menu width jquery css

Speak up! :) Great, I downloaded a jquery menu from the link . I thought it was really cool. but I can not in any way increase the width of the menu. I have already altered all of the css and jquery, badly when I increase in css the ".pushy" th...
asked by 14.12.2016 / 16:57
2
answers

Pick Selected UL Element

I need to get the Name only of the Element that I clicked on, but when I search for textContent all the li appears <li class="folder folder-open Selected"> TesteNfseSPO <ul> <li class="file">TesteNfseSPO.sln...
asked by 13.12.2016 / 13:24
2
answers

Leave a hide element with javascript

I have an element with ID="not1" which is a link to inserted news headlines being dynamically created with the respective news of each title as shown below. <div id="noticia"> <div id="not1"><a href="<?php $noticia['idp_...
asked by 25.06.2017 / 05:24
1
answer

Posting system duplicating posts - PHP [closed]

Hello everyone! I'm developing a social network and I'm in the publications section. The problem is that when I go to make a new post and click publish, it publishes the previous post and when I update the page it is that it publishes the post t...
asked by 18.11.2016 / 00:32
2
answers

Class active in the include menu

In my pages PHP I use a include to call a file that contains my menu: <?php include("menu.php"); ?> Menu file: <li class="current-menu-item"><a href="#">Hosting</a> <ul> <li><a href=...
asked by 28.01.2017 / 02:38
1
answer

Problem with Grid in css

I'm having trouble with the grid in css. Whenever I finish one '' it creates a larger space. Does anyone know how to solve this and let it uniforms? Follow the code: .column { background: #eee; border: 1px solid #ccc; border-ra...
asked by 30.01.2017 / 16:51