0
votes
3answers
23 views
if Ajax request don’t finish, html links can’t click
I have a jquery ajax request in my website page, and every page i need to post this request to server to get the status. But it have a issue: after i open the page in browser, before this request …
1
vote
5answers
47 views
innerHTML size limit
I want to use AJAX to load an htmlfile into a <div> I will then need to run jsMath on this. Everything I have done so far with innerHTML has been a paragraph or two, maybe a table and/or …
1
vote
2answers
30 views
Facebox - Jquery 1.2.1 close function broken in 1.3.2
I am using "facebox" which uses jQuery 1.2.1 on my website here
http://www.pointclickshoot.com/beta2
The rest of my site is using jQuery-1.3.2.js. I need to update the following functions to work …
0
votes
3answers
22 views
ajax post special characters
How do I pass a a large string containing characters like '%' and '&'
to my php page through ajax post?
In other words how to javascript-encode them and php-decode them?
7
votes
6answers
113 views
Help me to understand <script src=”some.js?param1=one;param2=two” />
I observed chunks like below sometimes on web pages. So i am curious to know what this really does? or why its written in such a way?
<script src="somefile.js?param1=one¶m2=two" />
i …
1
vote
5answers
31 views
Can AJAX calling a external webservices functions
<asp:ScriptManager ID="ScriptManager1" runat="server">
<Services>
<asp:ServiceReference Path="WebService.asmx" />
</Services>
…
0
votes
5answers
34 views
how to return variable from the function called by onreadystatechange=function()
I'm using the ajax technique in combination with php and I want to know how to get the return variable from the function that is called by onreadstatechange.
A java function is called onsubmit to …
3
votes
4answers
38 views
ASP.Net - Javascript inside AJAX UpdatePanel
I am running into an issue with running javascript from an external javascript file inside of an UpdatePanel. I am trying to get a color picker working inside of a ListView. The ListView is inside …
0
votes
2answers
25 views
Google Map Ajax load.
Hello,
I am having "fun" with google maps and was after some assistance. Basically I have a small block of HTML/Javascript which can be loaded into a standard HTML page or into a div using Ajax. All …
1
vote
4answers
53 views
$.ajax not working properly on IE6
Basically, I have something like this:
$.ajax({
type: "GET",
url: "my_url",
cache: true,
success: function(data) {
/* code here */
},
…
0
votes
1answer
15 views
Ajax Grid field grouping
I reasearch modern Ajax Grids capable of grouping rows by fields (into collapsible sections), in a manner similar to ExtJs Grid grouping. Important requirements to such a grid is not only grouping, …
0
votes
1answer
13 views
Popup Window for a Flicker feed using CSS, Ajax, Javascript, in a Coldfusion environment.
Creating hover over window on thumbnails of a Flicker feed using CSS, Ajax, Javascript, in a Coldfusion environment.
0
votes
1answer
13 views
Need to autosave TinyMCE
Hello,
I am looking for some help autosaving tinyMCE. I want to save the content within tiny into its respective textarea after content has been updated. So that when I make an ajax call the …
0
votes
0answers
14 views
Horizontal Reorderlist in Asp.Net/Javascript
Hello,
I want a horizontal reorderlist similar to ajaxcontrol toolkit reorderlist, issue with this list is that it shows only vertical data but i need horizontal data like in datalist repeated …
0
votes
2answers
22 views
Active AJAX requests
Prototype stores the number of active AJAX requests in Ajax.activeRequestCount. Is there something similar in jQuery/Mootools etc or something that can be used from XMLHttpRequest?. Ideally I need a …
