Questions tagged as 'javascript'

1
answer

Restrict access to routes if not logged Vuejs

I am developing a Dashboard and I have doubts about how to forbid access to rotas if they are not logados , so I thought of some solutions that would use localStorage , but none is a right solution . What would be th...
asked by 02.10.2017 / 16:10
0
answers

Extension to improve Atom productivity

I wonder if anyone knows of any tool that provides these functions in the Atom editor or Atom IDE? These functions help me with day-to-day productivity!     
asked by 27.10.2017 / 15:13
1
answer

Why is not the CodeView plugin enhancing colors?

I'm using the plugin Froala in a textarea , like this: <textarea name="fDescription" class="form-control" rows="4"></textarea> Then activating the plugin with jQuery: $(document).ready(function () { $('t...
asked by 22.11.2017 / 14:53
0
answers

What possible values in document.readyState?

I noticed in the MDN documentation, both when in the W3 documentation (do not confuse with w3schools ) loading document still loading interactive document has completed loading and "document" has already been processed, but im...
asked by 29.10.2017 / 16:16
1
answer

Create angular variable in html

Hello I have a loop (ng-repeat) in my html file and would like to save the index of it in a variable to be able to pass parameter to a function. Does anyone have an idea how I can do this? Follow the code in View: <div class="lista...
asked by 27.07.2016 / 00:51
1
answer

How to restart or continue the script

I've used imacro on these bug sites, and the process works perfectly. but it is not 100%. I need a code to put at the end of the script process that makes it look up the word on the site, if I find it start the process again, otherwise, wait 360...
asked by 21.09.2016 / 23:56
1
answer

problem in function resize.js

I am having a problem I am not able to send the original name of my images to the database it is stopping in my function reside.js more precisely where is this _this.output(canvas, outputType, callback); and this excerpt callbac...
asked by 04.11.2016 / 12:44
1
answer

Uploading multiple photos with captions

I have a relationship problem between caption and photo during upload. I'm uploading multiple photos and each photo has a caption. The code looks something like this html <!-- form via post--> <input type="file" id="fotos" name=...
asked by 03.04.2016 / 04:37
2
answers

Fields are not 'masked' with jQuery Masked Plugin

Good afternoon, @EDIT The fields are now accessible. However, what is typed is not masked as defined in the script. Plugin: link Code: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Cadastr...
asked by 23.05.2015 / 21:45
4
answers

Balloon that brings information about the page

I have the following code. <html> <table> <td>..texto..</td> </table> </html> I would like that when I click on the text of this td I will upload a balloon on the page and show me all content t...
asked by 16.05.2016 / 14:05