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); | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
最近才写的: