Created
August 1, 2012 02:46
-
-
Save sofish/3223131 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// hack the ie on resetting the height | |
t.on('click', function(){ | |
$('textarea').focus(); | |
}); | |
t.on('focus', function(){ | |
t.css('height', dest); | |
}) |
最近才写的:
// 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
额,经常这么干。。