Ok, I'm trying this from a different angle. During an asp.net partial postback, somewhere along the line the classes that are added during a jquery script are removed. (jquery changes <div id="thing"></div> to <div id="thing" class="myclass"></div>)
Is there any kind of jQuery "state"? I'm not entirely sure if this makes sense, I hope it does cos it's doing my head in! I haven't got any example code for this yet as it should be fairly simple to understand Many thanks, Paul

