Questions tagged as 'javascript'

0
answers

Sort Table coming from MySql in ascending order, decreasing according to the selection

Good afternoon, I have a table that takes the data from my mysql - wamp database, so I'm looking for some way, either js or php to sort this data from how the person to decide the sort order of the table, could someone help m...
asked by 30.05.2015 / 23:18
0
answers

Create a Dynamic Matrix using AngularJS

I need to create a Dynamic Matrix where the user inserts the size of it. This Matrix must be using Div and not Table of HTML, and the content to be displayed within the Matrix is in images and must be navigable using both the Mo...
asked by 03.06.2015 / 19:37
0
answers

cURL access https

Good afternoon, I need to access the following link link and in it I need my system in php to enter the login and the password. The problem:    1- My page is in braco quado call this link ... but I tested the code with other sites and it...
asked by 03.06.2015 / 21:05
2
answers

Position all selects on index 0 with Jquery

Good morning! I have a question, and I wonder if anyone can help me. I have two selects on my page. I have a button to register a new record and another to edit each record. When I click edit, it opens a modal containing the informatio...
asked by 26.05.2015 / 15:12
0
answers

ng-repeat in JSON file

I'm setting up a menu with ng-repeat="espaco in espacos" . So peaceful. <ul class="nav nav-pills nav-stacked"> <li role="presentation" ng-repeat="espaco in espacos"><a href="" ng-click="selected(espaco)">{{espaco.no...
asked by 01.08.2015 / 14:36
1
answer

How to make a refresh more dynamic?

Is there any method of fetching data from a server by putting it directly to a page without having to use a basic javascript example: ?? setInterval(function() { $.ajax({ type: "POST", url: "retorno.php", data: 'id=1',...
asked by 31.07.2015 / 18:41
0
answers

Open screen as windows explorer

My system has a screen similar to Windows Explorer (Winfile), in this screen, each folder has a caption with the current year (2015). What I need is that when the year 2016 arrives, an image that represents the year of this folder appears, imply...
asked by 31.07.2015 / 17:23
1
answer

Problem receiving a value from a radio button

I'm starting to mess with AngularJS and had a little problem messing with radio buttons . My HTML code: <!DOCTYPE html> <html> <head> <title>Temperature Converter</title> <meta charset="UTF-8"/> </head&g...
asked by 24.05.2015 / 03:58
2
answers

Solved - Responsive Menu, Drop down Event via JS

Good morning! I'm having some problems with JS from my responsive menu. It happens that when you activate the responsive page function, it turns a single menu, so that's fine, but when you click it, it already brings all the expanded subme...
asked by 22.05.2015 / 18:09
0
answers

Lighter script library for creating Line Charts

I have a small problem creating chart line charts. The files can not be external and must be local. I need to use a library as light as possible. I have already used graphael-min.js and chart.js and they are very heavy for what I need. In other...
asked by 22.05.2015 / 13:13