Questions tagged as 'ajax'

1
answer

Loading script asynchronously

I have an administrative system using adminLTE. In the side menu I load all my scripts asynchronously (at least it was expected). But when I load an HTML asynchronously, and inside that file I load an external javascript, it gives me the followi...
asked by 09.02.2018 / 18:58
1
answer

Get value returned in a URL with JS

I need to create a very simple script that makes a small calculation. I have a URL that returns a value in the following format: 10.00, something like this: link I need to create a function that takes the value returned from this UR...
asked by 24.08.2018 / 20:40
1
answer

$ () Ajax event does not work

I have a problem with the $().click() event of Ajax. I'm trying to send an HTML table to convert to JSON and so send it to PHP. But when I click the button to pick up the event, nothing happens. Even an error occurs on the console. The...
asked by 04.07.2018 / 15:17
3
answers

Fill 3 selects without repetitions

Good evening, In a precise view fill 3 select with no repetitions. In the application form in a selective process, the student must select the first course option, in the second select the second course option and the first option, in the...
asked by 10.01.2018 / 03:50
2
answers

List and add selected items

I need to list the value in (R $) of the inputs and select the html, as if it were a shopping cart, however I need this list and total value to be presented in real time to the user to be sent the list by and -mail ... Could anyone help me?...
asked by 26.04.2018 / 15:50
2
answers

How to do? php echo $ i? be random between Y and X?

I'm developing a layout, I need your class in the div, be random between two names, I need a javascript to do this, can anyone help me? Ex: <div class="left"><div> <div class="right"><div> <div class="left"><...
asked by 10.04.2018 / 22:54
2
answers

Updating data from a div?

How do I update the information of a div element with jQuery without necessarily reloading the page? Ex: Send a post of a insert and the information of that insert will soon appear in div pulling from the ba...
asked by 09.06.2014 / 19:10
3
answers

Why can not I pass the summernote name="" via ajax

After some test I saw that summernote does not pass the name via ajax request, can someone tell me why this? $(document).ready(function(){ $(document).on('click', '#submit_btn', function(){ var titulo = $('#titulo').val();...
asked by 13.04.2018 / 17:49
2
answers

Modal ajax tracking mails

Is it possible to make a script that pulls the trace of some item on the post page? For example, within my site: link . There you have the link in the case for tracking PO117284423BR I would like to create a modal that when the link "PO117...
asked by 08.06.2017 / 16:20
1
answer

Jquery window.open in "success" in ajax is being blocked

I would like when saving an input and updating the div with the new information, in the return message "success" of ajax, also make the impression of the div. Example success : function(response){ $("#containerResultado").h...
asked by 06.06.2017 / 16:15