Questions tagged as 'javascript'

0
answers

Problem with JS and PHP

What happens is that I am developing a website with a shopping cart, which connects to paypal to make the payment. I have a database in MYSQL where I get the data of the products, the php page where the data is obtained by the products and shows...
asked by 20.07.2018 / 22:22
1
answer

How to save dynamic checkbox and textbox with a single button in MVC .Net

For each row of the records of my sql table in the view I add two checkboxes and a textbox to later save what has been selected and entered in the textbox, as I can know the checkboxes that were selected, the textbox text since data_id belongs t...
asked by 21.07.2018 / 03:49
1
answer

Fill table with Ajax

I am presented with the following problem. I have a table in a View called all_calls_view.php which is called by the following controller reg_calls_controller.php and the function all_calls_view . As you can see when you send the call th...
asked by 25.07.2018 / 18:07
1
answer

Update component in Vuejs

I am having a problem, I have developed an app where you have a login. Once logged in, it takes you to the user profile, but always the information of the previous user appears, only updated when I change the script and then automatically refres...
asked by 25.07.2018 / 16:13
1
answer

Remove Line Jump in a Textarea php mysql javascript

I have this problem, that when entering text with line break to the textarea of my field Description product remains the same as the following image. Well, when I give it to record or save in this way with line break when showing in my...
asked by 19.07.2018 / 06:59
1
answer

Identify which document belongs Js Css element

Pleased to meet you, I am working on a platform which has an element (select option) bootstrap that "inspect" shows me the item you want to change but I'm not sure that this document is. When I look at the source, I only see the css and styl...
asked by 17.07.2018 / 16:37
0
answers

Send information of a paid market payment to the database

my question is can I get the information of a payment made with mercadopago and send it to my firebase database? I'm just using the html button that provides you with payment, I'm not using the sdk, but I saw that in the button you can put 2 url...
asked by 24.07.2018 / 06:27
0
answers

Create a slider with the arrow keys and with the mouse click

How to pass slides with the keys without this repetition effect happening with setInterval , when I have the mouse on the container and at the same time I press the key to go to through the images This is the codepen link The arrowKe...
asked by 17.07.2018 / 15:08
1
answer

consumption of web services with javacript and be able to send data to that service?

The idea is that I have a var settings = { "async": true, "crossDomain": true, "url": "http://181.61.221.52:8119/operative/simplecreateticket/", "method": "POST", "headers": { "Content-Type": "application/json",...
asked by 17.07.2018 / 20:49
1
answer

Implement datatable in Django

I have the following Model: class Coin(models.Model): name = models.CharField(unique=True,max_length=50) short_name = models.CharField(unique=True,max_length=6) url = models.CharField(max_length=200) transaction_fee = models.Fl...
asked by 17.07.2018 / 21:50