Questions tagged as 'ajax'

2
answers

Collect url from the post in wordpress

When the user enters to edit / create a post using the Wordpress admin, the metabox labur_add_metabox is created, which contains a input de tipo text empty and a button. The action labur_init is also executed in which a j...
asked by 12.04.2017 / 09:55
1
answer

Problem Collapse accordion With ajax

I am trying to load the contents of a table that has information inside an Accordion collapse, but I upload the content of the accordion next to the table and not hidden as it should: My ajax: // Gestión de RMA Dinámica $.aj...
asked by 26.04.2017 / 21:09
1
answer

Load DataTable with Jquery

I am trying to load a DataTable dynamically, I have tried to follow a few tutorials and adapt it to what I have but it does not work, I hope you can help me. In a view I ask for a range of dates and a warehouse that is chosen from a select, t...
asked by 10.04.2017 / 08:29
1
answer

There is some way to refresh a primeface component from a class annotated as websocket ServerEndpoint

I am developing an application where from my android app it triggers an event about my JSF web application, I have made it through the use of websockets. My problem is showing the data received by the websocket in my xhtml view when the metho...
asked by 28.03.2017 / 22:34
1
answer

Confirm dialog jquery ui with ajax method

I want to use a dialog confirm of jquery ui that is added by pressing a "save" button, that if "yes" is pressed then that a $ .ajax method is executed that saves the information in the bd. This is what I have: $('#btnGuardaInforme').on('click'...
asked by 04.04.2017 / 17:34
0
answers

Download Server Excel File

To download an excel file, This is my code but just send me an alert with an "OK", use a generic Handler. public void ProcessRequest(HttpContext context) { System.Web.HttpResponse response = System.Web.HttpContext.Current.Response;...
asked by 07.07.2017 / 17:22
2
answers

Undefined when reading XML file in JS

On an HTML5 page with JS that I have to do, I have to simulate RSS with an XML file (which simulates an html with a couple of own tags), which has articles, first showing a header with a link to the description . At the moment, the file reads it...
asked by 23.03.2017 / 16:55
1
answer

Inject partial view from the shared

ASP.NET MVC 6 I want to perform a partialview injection. So far I make the call and I load it on screen, only instead of loading the partialview I also load the menu of the entire page. The way it works: a button with an onClick function call...
asked by 02.03.2017 / 20:17
1
answer

How to delete mysql database image and have it deleted from the folder where it was saved? [closed]

What I want to do is that the extention that is saved in the database is deleted but the image of the folder where it was saved is also deleted     
asked by 12.03.2017 / 03:33
0
answers

Highcharts Error: Uncaught TypeError: Can not read property 'setData' of undefined

I seem to miss the chart $(document).ready(function(){ $('#grafico1').highcharts({ chart: { zoomType: 'x',reflow: true,resetZoomButton: {position: {align: 'left',x: 0}}, type: 'column',...
asked by 07.02.2017 / 15:11