Questions tagged as 'html'

1
answer

Assign background color in the DIV when sorting in alphabetical order in jQuery

Good evening! I'm trying to build a list as follows: <div> <div>id</div> <div><a id="orderStatus">status</a></div> </div> <div id="container"> <div class="listStatus" style="bac...
asked by 08.11.2016 / 21:31
2
answers

Form with Ajax and PHP

Hello. I have a form inside a modal - which is opened by clicking a button that is generated as a column of a table. By clicking on this button I will capture the contents of each column and fill out a form in the modal. If I edit this form o...
asked by 30.08.2016 / 21:03
1
answer

Problem with zIndex JavaScript

The script will be a two-button rotating banner: forward and back. I'm getting to know JavaScript better and I have a question. Why does not he recognize AnteSlide and ProxSlide? Follow the code: var primeiraExecusao = true; var s...
asked by 02.09.2016 / 22:20
1
answer

Start nodejs on Azure

I have a problem to start the nodejs on the azure server, I already configured everything right and the site is already in the air, however I have a chat on node, using socket.io, see the code below (index.js): var express = require('expr...
asked by 24.10.2016 / 14:39
1
answer

Use html attribute as javascript variable

I'm developing a PHP system that uses an extension for dynamic forms, where I can click a button to add fields (EX: A request can have multiple items, where items are fields added dynamically). The extension I use (I do not think it is necess...
asked by 13.09.2016 / 19:46
1
answer

Fixed navbar doubt on top with Bootstrap

When I add the "navbar-fixed-top" class it "eats" 50px of the page, I use navbar, links, to divs and whenever a link is clicked the first 50px are underneath the navbar, what I want to do is prevent these px from being under the navbar when the...
asked by 13.09.2016 / 20:00
1
answer

How do I change the style of an element in an iframe from the parent page?

I use a component that generates a iframe by accessing a remote page. Example: Assuming that in iframe there is a table with some TDs with class destaque , I want to put a red border in these "highlights". I trie...
asked by 14.10.2016 / 01:17
1
answer

Error in taxonomy.php

I have the following hindrance:    Fatal error: Can not redeclare add_term_meta () (previously declared in   /home/xxx/public_html/wp-includes/taxonomy.php:1757) in   /home/xxx/public_html/wp-content/themes/theleader/framework/inc/taxonomy-me...
asked by 11.08.2016 / 18:58
1
answer

Flexslider - Loading with still images

I'm using Flexslider, but while the images load and the function is not executed, it plays one image below the other, generating a huge scrollbar and, after running and loading the images, it performs normally. / p> The question is: is there a...
asked by 12.08.2016 / 19:58
1
answer

selected html filter single fields

I have the following selected, how do I filter the unique fields for example it is repeating the same option <option value='967'>GOIANIA - GO</option> several times I want it to show only the repeated data once, and it is poss...
asked by 11.08.2016 / 13:58