Questions tagged as 'javascript'

0
answers

How to model a friend system with MongoDB?

I am creating a small social network and I need to create the share of friendships. I have two ideas: A Friendship collection containing the sender, recipient, and response fields and make a populate with mongoose. Put a Friend o...
asked by 19.12.2016 / 19:58
0
answers

Duplicate taxonomy dropdown wordpress

I followed this link tutorial perfectly, except why when I try to add 2 dropdowns of 2 different taxonomy, a bug occurs and nothing works anymore. What should I do to work? * I've already changed the names of IDs and JS variables, and it di...
asked by 19.12.2016 / 21:35
2
answers

Is there a way to know in which file a html part is?

I'm working on a site that all functions have been split into several folders and subfolders. (I suspect this is the most common) I would like to know if there is an effective way to identify which .php or .html .js etc is the code snippet I...
asked by 22.11.2016 / 14:33
1
answer

Structure in "tree", how to iterate over it?

Look at the image: I'mtryingtocloneapageusingimmutableconcepts.EachpagehassomecharacteristicsandthecharacteristicthatImustpreparebeforesavingthepageinthestateisthe"localId" By clicking the "clone" link the following code is called: expo...
asked by 21.11.2016 / 14:01
0
answers

Browser Notification

Hello, my name is André Neto, I am developing software, and inside it there is an email center, where the user can send an email from within the system and I save this sending data. Now the problem, I need to notify the person who received the e...
asked by 03.11.2016 / 18:08
3
answers

method JSON.stringify ()

I have a question about the JSON.stringify() method. Querying these values in a member tab: { "NProjetos": [ { "idProjeto": 2, "nomeProjetos": "SGI" } ], "cargo": "Desenvolvedor",...
asked by 14.11.2016 / 13:21
2
answers

How does the Javascript history object work?

I wonder if there is a limit of URLs to be retrieved or not, does it have access to the entire history?     
asked by 11.01.2017 / 12:20
1
answer

Servlet retrieve Object

Is it possible for a servlet to retrieve populated object in the requestParameter? Type coming from Javascript? req.getParameter("objeto"); I have the Person object that has Name Phone in Javascript I submit var obj = {nome: '...
asked by 22.01.2017 / 15:31
1
answer

Get value from Range button and execute function in real time

I need to have the same value in javascript pure and in real time the same value is taken and depending on it (if it is 1, 2, 3, 4, 5) only the corresponding div appears! var inputvar = document.getElementById("numerodemqs_input"),...
asked by 21.01.2017 / 18:31
0
answers

Layout positioned below the header when clicking on link

Does anyone know how to get the layout by clicking on any tumblr post, tags and pages, skip the header and be positioned directly in the posts? I'm trying something like below, but I do not know how to continue, the site is this: link : $('.t...
asked by 22.01.2017 / 14:43