Questions tagged as 'javascript'

1
answer

Using Bootstrap in legacy layout without adoption of Grid system

Consider a complex and legacy table-dependent layout that can not be converted to tableless. From this premise, if we inserted CSS and Javascript from Bootstrap, could we use some components (such as Glyphicons or Navbar) or CSS as .visibl...
asked by 16.07.2014 / 15:24
1
answer

Return data from a JSON by ordering from a key

I have a JSON file where in the records I have a key that defines a date in the following format: " aaaammdd ". I need to return the existing records in this file but sort them through this key. How would that be? UPDATE: this is my file...
asked by 17.07.2014 / 06:58
1
answer

FlowType is not updating when maximizing / restoring window

Flowtype is not updating the correct font size when I load the page without the window being maximized and maximizing it. When the window is maximized the font appears in the size it should be when it was not maximized. And if I restore to not g...
asked by 19.02.2014 / 20:38
1
answer

Highcharts limit the amount of items that will be displayed in categories on the Y axis

I have the following chart in Highcharts, I wanted to limit the amount of items that will be displayed on the Y axis, for example in 7 items, which will always show the first and last items of the categorias variable. JSFiddle $...
asked by 20.09.2018 / 18:56
2
answers

Permission Denied in Firebase

I'm developing an app with ionic 3 and Firebase ... In the Realtime Database rules, the problem arises: I try put the rules pro type "user", but the following error appears:    ERROR Error: Uncaught (in promise): Error: PERMISSION_DENIED:...
asked by 19.09.2018 / 20:52
1
answer

Show Div only in the second pageview and delete the cookie at a certain time

I have already searched and found nothing related, wanted a code to show a DIV on the second pageview of a person on a site, and not show more in a predetermined period.     
asked by 13.12.2014 / 18:11
0
answers

Configure API by Action MVC5

I'm having trouble accessing my WebApi, maybe it's a setup issue, I'm not sure what I'm doing wrong. When I try to access my api via ajax, I get a 404 (not found) error. I had an MVC5 project, in this project I created a folder called WebS...
asked by 11.09.2018 / 13:51
2
answers

How to give submit in the data of a dynamically generated form?

<div class="form" id="dynamicDiv"> <p> <div id="principal"> <form method="POST" action='enviaMform.php' id="enviaMform"> <div class="container"> <label for="ipHost">Nome do host:</...
asked by 10.09.2018 / 23:25
1
answer

How to play a video automatically in google chrome?

I developed a website for a company and it requested a video just below the menu, and that this video was automatically reproduced, until then nothing else I used the following code: <video preload="auto" autoplay="true" loop style="height...
asked by 06.09.2018 / 14:03
2
answers

jQuery - How to add event to control after DOM loading?

I need to add a virtual keyboard after a validation in codebehind. The control is invisible until this validation is true. When I add the virtual keyboard with the control already visible on the screen, it works 100%. After the validation is...
asked by 06.09.2018 / 01:18