views:

92

answers:

0

I am using jquery-ui tabs and I've set it up to select the correct tab depending on the #hash from the requested URL.

I have a form which performs a search, and each tab present the result from different providers. so if the form is submitting to the action "/myAction#tab1", when the results load, the corresponding tab gets selected.
This works perfectly in every browser except for IE.
When my form is submitted, it loses somehow the #hash which describes which tab to select.

Is that yet another a bug from IE, or am I doing something wrong? I could not find much information about this, but I can hardly believe that this is not a common problem.