Search matches - Showing results 1 - 8 of 8

|
|

Web Developer
|
|
Ajax cross-domain calls
19:17 11-Mar-10
[Replies: 4, Views: 173]
By: vitasnik
I'm trying to write a script that will be loaded from one server into a website on another server
|
|
|
|
|

CodeGuru
|
|
Best selling Author on Servlets and JSP Marty Hall to Keynote at GIDS
07:03 8-Mar-10
[Replies: 0, Views: 91]
By: Shaguf
Hey Guys Author of More Servlets and JSP Marty Hall is coming to Bangalore this April to speak on Choosing an Ajax/JavaScript Toolkit: A Comparison of the Most Popular JavaScript Libraries Pure Java Ajax: An Overview of GWT 2.0 Integrated Ajax Support
|
|
|
|
|
|
|
|
|

Web Developer
|
|
ajax popup form
03:57 3-Mar-10
[Replies: 0, Views: 72]
By: snowwolf
ajaxpopupform is a jquery based cool professional popup window which can be used as contact feedback forms on your websites http://www.brightyoursite.com/blog/2...l-ajaxpopform/ [http://www.brightyoursite.com/blog/2010/01/31/professional-ajaxpopform/
|
|
|
|
|

Web Developer
|
|
Internet Explorer choking on input inside ajax
15:22 16-Feb-10
[Replies: 0, Views: 52]
By: trufles
Hi I have a function that uses jQuery.load() to call in 3 snippets of forms from different pages and then on the success text status it tries to load a colour picker: Code: $(document).ready(function() function ajax_form(putloadingboxhere putsnippethere
|
|
|
|
|
|
|
|

Web Developer
|
|
Issue with Ajax.request + JSON
15:36 7-Feb-10
[Replies: 1, Views: 66]
By: Mulone
Hi guys I'm making this ajax call: Code: url = "/GeoAdaptaApp/geoLogger/logGuiEvents?json="+aLotOfJSONStuff; encUrl = encodeURI(url "UTF-8"); new Ajax.Request(encUrl method: 'get' onSuccess: this.sendQueueToServerSuccess( this logConsole
|
|
|
|
|

Web Developer
|
|
How to access calling object in OnSuccess/OnFailure?
16:34 3-Feb-10
[Replies: 1, Views: 61]
By: Mulone
Hi guys I'm making this ajax call: Code: new Ajax.Request(url method: 'get' onSuccess: function(transport) this.contextReady = true; onFailure: function(transport) this.contextReady = false; ); from a JS object containig contextReady
|
|
|
|
|
| |
Searched Posts/day
Countries of origin
Related tags
Top Related Boards
| #1 | Web Developer | posts:4 |
| 2 | CodeGuru | 1 |
|