Questions tagged as 'javascript'

1
answer

Is it possible to create a chord diagram using the d3 library? [duplicate]

Is it possible to create a graph in chord using the d3 library? Follows the data structure of the graph in % format with% : {"links": [ { "id": "11", "color": "#d96500\r\n\r\n", "source": "Norte ",...
asked by 08.09.2016 / 19:03
2
answers

Enable Select Field with Javascript

Expensive, I have an input text that will receive a date, and after completing this field, I need the combo selects to be activated. By default, they are disabled. if (document.getElementById("payment").value.length > 0){ document.ge...
asked by 13.10.2016 / 23:37
1
answer

Progress bar in javascript [closed]

Personal wave how to make progress bar in javascript equal to image     
asked by 09.09.2016 / 14:10
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
2
answers

Transmit information between screens in ionic with Angular?

Speak, all right? I will describe the process that is leaving me with doubt. I have a list of elements that is populated with with data that I have. When I click on an item in the list, I want the application to open a detail page for the list I...
asked by 10.08.2016 / 00:28
1
answer

Adding and removing classes with javascript

I wanted to know how to add and remove a class in html elements with javascript <div> <ul> <li class="Active">1</li> <li>2</li> <li>3</li> <li>4</li> </ul> </div>...
asked by 10.08.2016 / 03:47
3
answers

Error in declarations with Array

Well, I have an error that I can not find the solution. I have two hosting in the same place Hostgator, in a hosting my application is all right and working. But I needed to migrate the application to another address, in other words I migrated t...
asked by 09.08.2016 / 15:39
1
answer

Open Ajax with url addition

I want to open the "# portfolioModal54" and run ajax add in the front of the url the name and id of the block clicked. Example: BLOCK 1: # portfolioModal54 opened with $ name = quad then the url will be: site.com.br/index.php#quad01 BLOCK...
asked by 18.08.2016 / 20:38
2
answers

The link from my main DIV does not work if I have a link in my internal DIV

I have one DIV within another, but my main DIV does not work the link if I put inside it a DIV with a link to close. CSS: #guaraparivirtualsuperpopup { position:relative; width:1215px; height:500px; background-color:#00000...
asked by 08.08.2016 / 23:11