Questions tagged as 'ajax'

1
answer

Is there any way to match these JQuery values in C # MVC?

I have a view in MVC which when clicking on a button I must return to a previous view, obtaining the values of method, controller and form to which I will redirect, I already get the values but I do not know how to assign them in the @Url .Actio...
asked by 20.02.2018 / 23:50
1
answer

Show and hide several DIVS

I am developing a small application with HTML, and I have run into an error. I have the following div that act as buttons: $('#load').click(function(){ alert('Si entre'); var identity = $(this).attr('data-related'); con...
asked by 21.02.2018 / 06:11
0
answers

Pass ajax data to an object's method

Greetings again here. Some time ago I asked a question like this, but that time I solved it with an answer that they gave me and then I got through with that. But this time I need to find a way to do this. I need to process a registration form w...
asked by 21.02.2018 / 04:53
0
answers

configuration of a php cookie

I would like to know how to correct the following error, when I make an entry to a shopping cart I send it to a cookie through ajax with php and jquery. view - > Ajax - > php (setcookie). view: <button onclick="addCar(<?php e...
asked by 12.03.2018 / 22:29
0
answers

Null data in Chart.js with JSON

I hope someone can find a solution to my mistake. I'm trying to fill out my chart with data taken from the database, but my chart is undefined I have done tests, and if it brings me the data correctly from the BD, but when passing it with PUSH...
asked by 14.02.2018 / 00:35
1
answer

Dynamic slideshow with php and AJAX

I'm creating a gallery system with slideshow for products, the idea is that each product uploads its slider collecting photos from the database, the theme is the following, when I enter manual everything works perfect but for some strange reason...
asked by 15.02.2018 / 03:49
1
answer

Show RSS by screen

I am learning to work with RSS and the truth is that I am very lost, I have this code but on the screen I only get "Loading Rss ..." but never upload anything. What is this about? What am I doing wrong? <!DOCTYPE html> <html>...
asked by 13.02.2018 / 19:02
0
answers

Error: ClientRect is not defined PHP JQUERY and PHP

the order that loads my scripts <script type="text/javascript" src="../js/jquery-3.3.1.min.js"></script> <script type="text/javascript" src="../js/jquery.dataTables.min.js"></script> <script type="text/javasc...
asked by 07.03.2018 / 18:17
0
answers

Programmer in PHP

Who could tell me how to fill 2 imput when loading a 3rd? the 3 fields would be from a database. the database is like this. codplan nameplate Amount amountC <label>Plan</label> <select id="codplan" name="codplan"...
asked by 13.02.2018 / 05:56
0
answers

Dynamic chart with Higcharts

Hello, I am trying to create a dynamic chart with highchart, for now I only manage to add the data through a json, what I try is that the size of the chart will vary as data like this example comes in. Dynamic example My chart is like th...
asked by 07.02.2018 / 12:20