[jQuery] IE AJAX Refresh Problem with JQuery

[jQuery] IE AJAX Refresh Problem with JQuery


Hello all . . .
I have a litle problem with IE
I have create a project that calculate the price of a series of
services in my page by using AJAX based on JQuery.
All are fie with all the common Browsers except the Internet
Explorer ! ! !
The form cosnist of radio buttons to help the client to select what
they want ! ! !
Any time the client selecting any radio button then an AJAX script
colect all the form data send them via AJAX in a PHP Script that
calculate the price and return back the total price.
After the price is back to the AJAX script then update a special tag
in my page.
All the Browsers are working perfectly except the IE that need a
second click somewhere in the page to update the tag.
How to fix that ? ? ?
Many thanks ! ! !!