I have a profile picture system which allows image cropping using jCrop. I\'ve noticed if the user goes through the process a few times, the crop dimensions are not calculat
Making some huge assumptions about your situation, I've decided that you might try something like this: $(function(){$('.jcrop-holder').removeAttr("style");});
If that's not what you need, you oughtta give us some more info!