Archive

Posts Tagged ‘ajax function’

Fix Show/hide Ajax Function

March 12th, 2010 Comments off

Hello,

I have a big page that i want to put a button to show the hidden div.
I have make it with jquery but i have a problem to do for 2 div in the same page and i want to change the default visualization from show, to hide.

Thanks

Javascript Ajax Debugging

February 21st, 2010 Comments off

We are having an issue with Javascript where our Ajax function works fine in Firefox and Safari, however in Internet Explorer there appears to be an issue with Race Conditions. If multiple subsequent calls are made to this function only certain calls are fulfilled. If an alert message is placed in the Ajax function all is fixed (however this is not a fix).

What is needed is someone very talented in Javascript who can help us. We will NOT use jQuery or any javascript library for that matter, and we must be able to call the Ajax function the same way we do now.

See lines 262 – 320 in the attached document (x.js) for the Ajax function.
For a live demo go to http://www.tombarrasso.com/search/ using Internet Explorer, add multiple scrollers (3+), then click the left/ right arrows.

Bear