Questions tagged as 'javascript'

0
answers

Scroll javascript

I have this method in each element that I select, but it does not scroll up, what can it be? function() { console.warn("<br>Elemento del tipo: <b>" + document.activeElement.type + "</b>"); var elemento = document.acti...
asked by 07.09.2017 / 11:14
1
answer

Show a modal with jquery taking a reference class

Good morning I am trying to show a modal when loading a page taking a reference class, what I want to achieve is to show the modal in only one page and in the others not what I'm thinking about is taking a reference class and show the modal if t...
asked by 07.09.2017 / 16:07
1
answer

JbPivot - Format in figures

Good afternoon: I have implemented the jbpivot library using the following: $(document).ready(function(){ $("#pivot1").jbPivot({ fields: { Clase_doc: { field: ''clase_doc'', sort: "asc", showAl...
asked by 05.09.2017 / 20:46
1
answer

Why is not an object properly ordered like other objects in a recursive function?

With this recursive function I order my objeto . The problem is that it does not order everything correctly. Ex: the item Horn is assigned to father 269 and id 269 is inside the item Fill Syringes strong>, which is called Body...
asked by 06.09.2017 / 04:56
1
answer

Compare ISODate and two json ObjectId (JavaScript)

I would like to compare two jsons, but I have a problem with dates and objects. I do not know how I can convert them or compare them between two jsons to see if they are the same or not. JSON 1: { "_id" : ObjectId("85f8421445225...
asked by 06.09.2017 / 10:03
1
answer

convert project react to react native

can I put a web page created with reactivate convert it react-native ?, and if possible how, I can reuse the same server on the web page, with the rea-native app so that the same user can be accessed , the functions and privileges of the same us...
asked by 01.09.2017 / 03:24
1
answer

How to organize the Redux store of a Sidebar?

How the states of a Sidebar can be managed in the Redux store when it is active, opens or closes, stops being focused, etc ...     
asked by 31.08.2017 / 18:09
0
answers

Problem with ajax and servlet

I have a problem sending a date from the java servlet to a jsp to do it in real time Servlet case "ConsultarxFecha": // int IdPln = Integer.parseInt (request.getParameter ("typePlan"));                     VOPlan DateShip = new VO...
asked by 01.09.2017 / 13:04
1
answer

Sum of td with class

Hello, how can I add the values of the column with the class called add <td class="sumar">VALOR ENTERO</td> taking into account that it is a cycle foreach and several values will be printed with the same class. <ta...
asked by 01.09.2017 / 06:36
1
answer

Problems loading component scripts angular.js

good! I have a problem with my code. I made components of my site, and when I put the script it only gets me the last one..and I tried putting the files in different folders, but still I still have the same problem. From already thank you very m...
asked by 02.09.2017 / 21:26