AJAX (Asynchronous JavaScript and XML) is a technique for creating seamless interactive websites via asynchronous data exchange between client and server. AJAX facilitates communication with the server or partial page updates without a traditional page refresh.

learn more… | top users | synonyms (1)

0
votes
0answers
6 views

Ajax Update Panel asp.net trigger

I have 3 update panel control asp.net which updatePanel1, updatePanel2, updatePanel3. When page load first updatePanel1 will automatically load more buttons ex: button1. When click button1 in ...
0
votes
0answers
2 views

Contents of ui:repeat not updated with p:fileUpload

I am running a JSF2 web application with PrimeFaces 3.5 on GlassFish 3.1.2. I want to implement CSV import functionality. After file upload with <p:fileUpload>, I want to update a component ...
-2
votes
0answers
30 views

can run ajax after bind event end in jquery

I want to use ajax fter finish bind event function handler here is my code: $('input[name=valuecell1]').bind({ click: function () { $(this).css("border-color", "red"); ...
0
votes
1answer
15 views

Do php variables persist (using AJAX)?

Hello world! This is my first question on this site, so I'm going to try to be as specific as i can... By the way, excuse me for my perfect knowledge of English... which isn't perfect at all.. So ...
0
votes
0answers
8 views

preloading external json into select box then after search getting specific results

so i am looking into loading external data in an select2 box where there is prepopulate results from the json i have two issue - getting the data in and then only loading the first few but when a ...
0
votes
0answers
10 views

Open Kendo UI TreeView node using id

hi i am using this kendo ui tree http://demos.kendoui.com/web/treeview/remote-data.html to generate my tree its works fine here is tree documentation http://docs.kendoui.com/api/web/treeview Now i ...
0
votes
2answers
16 views

Bootstrap popover with ajax requests

I have some basic ajax requests with Scroll Pagination and content with bootstrap popover ready. here is a little code: <a href="#" data-aka="popover" rel="popover" ...
-2
votes
7answers
35 views

How to pass mutiple values from ajax to php file

I have 3 values stored in 3 seperate DIV tags and i want it to pass via ajax to php file. I have working code and stuck in passing all values to php file. Any ideas hoe to do it. This is my js code: ...
-1
votes
0answers
42 views

How the Submit Button Works?

On the page http://toolkit.tuebingen.mpg.de/hhpred, there is Submit Job button. On my website(different from "toolkit...", I need to perform the same action and submit the form data to the (toolkit..) ...
2
votes
3answers
51 views

How to use Ajax call correctly to send form data to Webserver?

How to use Ajax call correctly to send form data to Webserver?
1
vote
1answer
49 views

Event when call ends / JavaScript

We want to log the JavaScript on our Website. For that I am overwriting the log functionality with my own implementation. On the server side we are using Log4Net for our logging. My idea now is to ...
0
votes
0answers
16 views

Google Charts + Apache Wicket not working

I am trying to get Google Charts to work in Apache Wicket application. I have created a small test project, with an AjaxLink and a WebMarkupContainer. I have a separate javascript file that is linked ...
0
votes
0answers
20 views

Display data using ajax when two fields are selected Liferay

I am using ajax for displaying data. When I select a name from the drop box I use ajax and data of the selected name is displayed. I use the follwing script for this: <script> ...
1
vote
0answers
49 views

Getting 500 Internal Server Error AJAX Rails

I am trying to do the sortable jQuery and using ajax to save the data in database. Here is my view.html.erb <ul class="droptrue" id="contentLeft"> <li id="list_1">Calendar ...
0
votes
0answers
33 views

Ajax Cross Domain

I am using http://www.ajax-cross-domain.com/ I have set up my local Ampps server as said on the page. Examples given on the page are running successfully. My test.html contains: <script ...

1 2 3 4 5 4249
15 30 50 per page