Questions tagged as 'ajax'

0
answers

Monitor external HTTP requests within the page

Good morning, gentlemen. Can I track requests for a page? I say: All the files that are called, example: Css, Js, img, video, mp3, iframe ... Any request HTTP .     
asked by 24.06.2016 / 15:03
1
answer

Perform POST with Ajax

I have a String that I need to pass by parameter. However the concatenated variable is interpreted as a new parameter and not a value. Is there a way to pass String by parameter with this character (&)? Thank you in advance. var codhtml...
asked by 14.06.2016 / 22:32
0
answers

Window Modal Semantic UI Submit and Validation on Form

I have a modal window using the semantic framework UI, I can give submit calmly using the Helper @ Html.BeginForm it does the validation of 1 field, but the others do not. I need to do this validation via jquery when I submit it by looking at...
asked by 15.06.2016 / 00:48
1
answer

How do I clear data I got in a database search using ajax?

How do I clear data I got from a database search using ajax? Because when I do a second search it merges the searched data. var nuevos_marcadores = []; var marcadores_bd= []; var mapa = null; function limpiar_marcadores(lista) { for(i in lis...
asked by 13.06.2016 / 20:34
0
answers

How to register, query and display data on the same request?

I have a form where the user inserts his data (name, experience, height and weight), the information is registered in the bank, compared and is returned to the user the ideal board model according to his information, within a modal . All t...
asked by 17.06.2016 / 17:35
1
answer

Fill Cascade DropDownList and grab two fields

Good evening friends !!! I have a (Repository) file in ASP that stores my selects to some dropdowns , in this I have the function below that lists my UF's: public function ListarUF() dim sql dim cmd...
asked by 16.06.2016 / 20:43
0
answers

Filter with 2 conditions ajax

Good afternoon guys, I have a filter in ajax that filters 1 result only. I need to filter two conditions, type month and name of a person in a calendar table. How can I do it? <script type="text/javascript"> $('#show_pessoa'),('#...
asked by 17.06.2016 / 19:31
1
answer

Return database records using jquery ajax, php and mysql

I'm a beginner in jquery and would like some help for the following situation: In this field: <input type="text" name="colaborador" id="colaborador"> How would you do where, for each letter you typed, you run a query in the databas...
asked by 04.07.2016 / 22:42
0
answers

Auto Complete of Addresses with Api Google

As I'm not aware of javascript I need a little help .... What I need is to do an autocomplete of addresses in various fields by a google api how could I do this? This example below is what I needed, but without the need of the map and that I...
asked by 05.07.2016 / 16:51
1
answer

Slim Framework with Apache2.4

Good morning. I'm creating an API to make a service available to other applications. I have the following scenario. A system to make the service available. This system has a virtualhost configured. The uri is link . When accessing this url, int...
asked by 07.07.2016 / 16:18