Questions tagged as 'javascript'

0
answers

How to display Data from a second Array in ReactTable

Help in Reactjs: How to show the data that is inside the second "Other" Array, only those that are in the first example Array d.Code if you print const data = [...this.state.info]; return ( <ReactTable data={data}...
asked by 19.10.2018 / 14:28
1
answer

Text appears outside of the bootstrap modal

Friends, can someone help me with this problem? I have a modal, which contains a table with several cells, and one of the cells contains a long text, but the text comes out of the modal not respecting the cell. Attached image for reference....
asked by 16.10.2018 / 20:57
0
answers

getJavaScriptResult returns null

I am trying to log into a website and retrieve a page of a specific product. My Java code is as follows: String log = page.executeJavaScript( "document.getElementById(\"form_postalcode\").innerHTML = \"<select id='cl_pos...
asked by 23.10.2018 / 07:08
1
answer

Change the value of a textarea from buttons in CKEDITOR - Laravel

Well, the issue is as follows, I implemented CKEDITOR in my Laravel project to be able to use images and text format within some textarea. The issue is that before implementing it had a small script that changed the value of textarea by adding p...
asked by 23.10.2018 / 03:24
1
answer

create a summary object of an arrangement

I'm looking for a way to create an object that contains a summary with all the existing parameters in each item of the array. sample tel arrangement: const peopleArray = [ { id: 123, name: "dave", age: 23 , ar: [{id:1},2,3]}, { id: 456, na...
asked by 17.10.2018 / 18:59
0
answers

TypeError: null is not an object (evaluating 'a.scale') google maps

I have a map with markers , geolocation and markerclusterer and I'm getting that error in any browser by zooming in on the map Do you know the reason?     
asked by 17.10.2018 / 19:08
0
answers

How to print the catch message, console, jquery?

I have the following function: function agregarCatalogos(idPedido, CodigoInventario, Cantidad) { myApp.showIndicator(); return new Promise((res, rej) => { axios({ method: 'POST',...
asked by 15.10.2018 / 23:04
0
answers

How to put several buttons to see more in store products?

I have a website for my own store for reasons that the description of products is extensive hide them and just leave the button More Info ... but the button more info only serves me in the first item someone knows how to solve it?     
asked by 17.10.2018 / 00:08
0
answers

Set file to input from JavaScript

I need to automate the way to select the file in an input. Adding it manually via JS. I have this: <input type="file" id="files" onchange='stl_viewer.add_model({local_file:this.files[0]});' multiple> The idea is to pass the file th...
asked by 17.10.2018 / 09:56
0
answers

How to get the image without using input file with jquery

I'm learning a bit of jquery and what I want to do is get an image to crop the image but without using the input file. <div class="image-editor"> <div id="estado"></div>...
asked by 17.10.2018 / 06:58