Questions tagged as 'javascript'

1
answer

How to pass variables to Ajax.BeginForm

Hi, I am new in c# and I need to pass in the following función(PostFailure) in js a variable string of c# . The problem is that the message parameter has a json that I can not understand where it comes fr...
asked by 02.02.2016 / 15:59
1
answer

Repeat playback of animated banner

I made an animated banner in Google Web Designer and I can already see it in the browser, but only one is displayed or reproduced. time. How can I make it play infinitely?     
asked by 18.01.2016 / 17:45
1
answer

Problems with jQuery and javascipt when consulting

Good day I am developing an application in php, the problem is that when making the query I can not find the data that if it is hosted in the database, I am using jQuery and a function in javascript that redirects me to the consumption. This is...
asked by 25.11.2018 / 17:07
0
answers

Problems When redirecting page with angularjs in IE

I have the following script to redirect to the page I want if (!window.location.origin) { window.location.origin = window.location.protocol + "//" + window.location.hostname + (window.location.port ? ':' + window.location...
asked by 15.11.2018 / 20:52
1
answer

How to change currentTime of an HTML created audio element?

I have seen different examples of elemento.currentTime But I have not seen any with an element created from javascript to which it is applied and the following code does not work. var time; var audioe = document.createElement("audio"); au...
asked by 22.02.2016 / 20:08
2
answers

Remove Jquery EventListener react.js

I am working on a project using react.js, I have a component called chatBox which I am using in different components, as shown in the example. The problem that arises is that every time I render a component the click event is duplicating. Is...
asked by 26.10.2016 / 23:35
1
answer

redirect using a checkbox

I need to place a checkbox in my rails form that when it is checked and the user saves the form, it will be redirected to another page, but only when said checkbox is checked and this is a field that will not be in the base of data. How could I...
asked by 26.10.2016 / 05:59
2
answers

how can I get three text strings to join?

I've been trying to merge three different text boxes for a task, but when I wanted to merge the three text boxes into one, I have not managed to do so, any ideas ...? <!DOCTYPE html> <html> <head> <title>Ejem...
asked by 13.09.2018 / 22:11
0
answers

Update value within a Foreach

please help me, I need to update the result of my total every time I change the amount <script type="text/javascript"> function operacion(field) {...
asked by 28.09.2018 / 18:44
1
answer

URL of origin of the chat on Facebook Customer Chat Plugin

I am using the FACEBOOK Customer Chat Plugin plugin on my website. My website offers products, and the chat is in the detail of each product. I reply from Facebook. The problem I have is that I do not have any parameters to know which URL com...
asked by 28.09.2018 / 19:46