Skip to content

Instantly share code, notes, and snippets.

@sofish
Created August 1, 2012 02:46
Show Gist options
  • Save sofish/3223131 to your computer and use it in GitHub Desktop.
Save sofish/3223131 to your computer and use it in GitHub Desktop.
// hack the ie on resetting the height
t.on('click', function(){
$('textarea').focus();
});
t.on('focus', function(){
t.css('height', dest);
})
@czy88840616
Copy link

额,经常这么干。。

@hulufei
Copy link

hulufei commented Aug 1, 2012

最近才写的:

 // fix for IE 7
that.$guide.children('.mask').width('1px').width('100%');
setTimeout(function () { that.center($step) }, 0);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment