Removing / Reseting z-index with jQuery

Removing / Reseting z-index with jQuery

How do I reset the z-index which was set by css('z-index',value)?

I tried css('z-index','auto') as well as css('z-index',null), both throw errors in IE7 and IE8...