Questions tagged as 'ajax'

1
answer

Remove session data dictionary with ajax in Django

I have an array with a data dictionary in my session and would like to remove according to the line that the user is clicking on a table where those values are displayed. My view: def deletar_servico_ou_item_selecionado(request): if re...
asked by 29.10.2015 / 14:14
1
answer

Load datepicker in modal

Good morning. I'm not able to load the datepicker into a modal called via ajax, would someone have an example code? MODAL: <div class="modal fade" id="modalaltera" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div...
asked by 19.04.2016 / 15:59
1
answer

when using AJAX, can I send content without being around the form tag?

you should put inputs , etc within <form id="algo" method="POST"></form> ? <form id="algo" method="POST"> <input type="text" value="NADA" name="valor1" /> <input type="text" value="TUDO" name="val...
asked by 25.09.2015 / 16:02
1
answer

Load HTML into DIV received via AJAX request converting special characters

I'm maintaining an application where there is now a need to load an HTML from the database into a div. As for the return of this HTML from the database, it's cool, I already get the values in a JSON and could (possibly) load it into the view, bu...
asked by 24.09.2015 / 16:41
2
answers

Ajax request data with AngularJS is not arriving at the action method

I know this is very basic, but I'm starting now. I'm creating a neighborhood registry, using AngularJS, my backend is in C # with ASP.NET MVC. My method is called by view , but does not get JSON: This is my save method on BairroControlle...
asked by 23.12.2015 / 12:55
1
answer

AJAX Navigation-No refresh with PHP

Good people I have a question that I can not solve through the WEB. Home In my page I have a menu that calls some content to a DIV of id content, this with ajax, and it is working, the contents are updated and loaded as I call them. Home My prob...
asked by 06.08.2015 / 01:34
1
answer

PHP Upload ajax of miscellaneous files without submit [duplicate]

I need to upload without leaving the page, I believe the best would be ajax, correct? I found some posts here in SOpt, but I could not adapt my need. I need to send these two fields, one for file and one for hidden text. <input type...
asked by 04.09.2015 / 18:46
2
answers

Upload page without loading music player

I'm doing a site once I have a music player in HTML5 , but every time I change the page the player loads again. In my search it looks like there are solutions either AJAX or IFRAME . IFRAME say it's not very recommended so I thought about do...
asked by 09.09.2015 / 22:59
1
answer

Upload form image with AJAX / PHP / MySQL

I'm redoing a form for a site that needs to upload an image, but I'm not able to upload and need your help. I already researched and could not find the answer ... Function: function fBlog_Send(){ $.ajax({ type:"GET", url:"ad_BL_Include...
asked by 26.08.2015 / 03:12
1
answer

Fill combobox with ajax

Hello, I have a page that shows a list of system users in a table. At the top of the page, I have 3 combobox that filter the results of the table without refresh. I need to popular the second and third combo dynamically and, at the same time, go...
asked by 25.08.2015 / 19:24