Questions tagged as 'javascript'

2
answers

How to use Highlight button onclick = ...

I'm looking for a way to leave a button that is already selected when you open the page, or that is selected later, visible. Or rather, with highlight. I'll leave the code I'm using below, I can swap between div and another perfectly, and the...
asked by 02.05.2016 / 14:47
0
answers

How to load only if clicked

I'm creating a video page, where the last 10 videos are listed. Only this page is very heavy because I have the video codes and even using hide / show it ends up loading all the players. I would like an idea for this button to show the video,...
asked by 03.05.2016 / 07:36
2
answers

Login System - PHP and JQuery [closed]

Hi, I am doing a login system and I have doubts about its security, it is very simple and it does Ajax by JQuery from a PHP page with MySQL, the code is this: HTML: <form id="loginForm" name="loginForm" action="teste.php" method="POST"...
asked by 20.03.2016 / 20:44
0
answers

Customize Swipe JS centralized and other elements appearing

I need some help. I'm using framework7, and consequently SwipeJS in a template in which I need to leave it more or less like this, (App duolingo). with the cards below and always the next and previous appearing a little. Imadesomechangest...
asked by 19.03.2016 / 14:01
1
answer

Sum using MeteorJS

I'm developing a TaskList to understand how MeteorJS works. In the application the user can enter the name of the task, how many hours it will spend in it and when it will perform it. The system returns a list with all the tasks of the...
asked by 28.03.2016 / 16:08
0
answers

How to redirect to a page with node js?

I can do this more with a route, but I want to do something like: app.redirect(url); and not: app.get('/', function(req, res) { res.redirect(url); }); Can anyone help me? vlw, and obgd!     
asked by 18.03.2016 / 18:21
0
answers

Google static maps without url limit [closed]

I wanted to create an image of several routes in google maps, I already used the encodepath to reduce the size of the url, I also tried to reduce the definition of the points of the coordinates among other ideas that I had however what it takes...
asked by 24.03.2016 / 01:18
0
answers

Video Browser Conference

I need to develop a video conferencing system to run in browsers, so far I've discovered several video streaming providers, but it's not what I need, I need any tips on the subject, so I can help develop a tool non-browser video conferencing.  ...
asked by 12.04.2016 / 16:12
1
answer

problem with menu in firefox

Galera I mounted a table where I right click on it and open a menu. The problem is that in firefox I have to give 2 clicks. And it closes when the mouse moves. I tested it in all browsers and everything is ok. Does anyone know what it can be?...
asked by 13.04.2016 / 22:30
0
answers

".js" file generated by Gulp returns the error "require is not defined"

I've installed Gulp to concatenate and mine my files .js , but the following error occurs in the browser when I test the application: Uncaught ReferenceError: require is not defined I have gulpfile.js as follows: var gulp = r...
asked by 13.04.2016 / 20:29