Questions tagged as 'javascript'

1
answer

Call a dll in javaScript [duplicate]

I would like to know if there is a way to communicate with a dll using javaScript or angularjs?     
asked by 23.06.2017 / 16:47
3
answers

Delete part of a string and keep URL contained in it

Within a string there is an excerpt used by Wordpress to display the image in the middle of a story, is it possible for me to remove all of that portion of the string and take advantage of the URL of the image? $conteudonoticia = '[caption id=...
asked by 22.06.2017 / 19:32
1
answer

Error socket.io Node.js

The intention with the program is that when two clients connect they display in the window of one client the id of the other. The program saves the two ids in the variables but sends only to the first user who logged in. The second logged-on use...
asked by 23.06.2017 / 05:35
1
answer

Generating graph from a TxT HTML [closed]

How do I get the data from a txt file and play in html to generate a chart ?? I'm using that HighCharts tool, and I'd like to know how to play the values on the date, so I can generate the chart. series: [{ name: 'Sensor 1', data: [...
asked by 22.06.2017 / 05:35
0
answers

Return Value with MoneyMask

I have a function that performs a calculation and changes the value of my component. But I would like it to return the value in Reals already with the Mask, I am using MaskMoney but it is returning NaN . Can anyone help me? Follo...
asked by 15.06.2017 / 18:23
0
answers

Remove "dist" string from build with Webpack

I created a rule in my%% archives to be able to work with fonts within my webpack.config.js , but when I do scss to output build to load the file it stays as: /distfonts/minha_font.woff Since the folder is only...
asked by 18.07.2017 / 21:48
1
answer

Array bringing different results in PHP

I have my bd, however, it's bringing me a different result than the one in the bank $consulta = "select * FROM PRODUTO_pedido WHERE PEDIDO_PED_ID =12"; $resultado = $db_con->query($consulta); $contador = $resultado -...
asked by 18.07.2017 / 21:06
1
answer

Create Boot using document.createElement ()

I really need some help, thanks. I need to create this function: <input type="button" value="Refresh Page" onClick="history.go(0)"> But it must be created using the document.createElement () method and I'm not getting it, I've already...
asked by 03.07.2017 / 22:21
0
answers

IFrame - YouTube videos display

Good morning people, I would like some help, I need to show youtube videos on the site. This code I used worked, after page load, it displays the last five videos: <div class="video"> <script>...
asked by 03.07.2017 / 20:03
1
answer

Change information according to selection in select

Could anyone help me with how I can change the information that is in blue in the image below, according to the selection of select (monthly, quarterly, semiannual and annual)? I need to change the value of the product and the button l...
asked by 05.07.2017 / 15:14