File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,16 @@ Popular examples:
44
44
45
45
##Changelog
46
46
47
+ ** 1.3.1** (2013-09-10)
48
+ * Fixed bug in the class ** height-as** of the DIV tag. Fix for IE9/IE10
49
+
47
50
** 1.3.0** (2013-05-20)
48
51
* Add class ** autogrow** for TEXTAREA elements
49
52
* Improved class ** autoheight** for TEXTAREA elements
50
53
* Add option ** lb** for TEXTAREA elements
51
54
52
55
** 1.2.2** (2013-05-08)
53
- * Fixed a bug in the class ** win-center** of the tag A . The pop-up window was not centered correctly if the browser was not in fullscreen mode
56
+ * Fixed a bug in the class ** win-center** of the A tag . The pop-up window was not centered correctly if the browser was not in fullscreen mode
54
57
55
58
** 1.2.1** (2013-04-19)
56
59
* Fixed error in tag selection
Original file line number Diff line number Diff line change 1
1
/*!
2
2
* jQuery HTMLplus plugin
3
- * Version 1.3.0
3
+ * Version 1.3.1
4
4
* @requires jQuery v1.5.0 or later
5
5
*
6
6
* Copyright (c) 2013 Andrea Vallorani, [email protected]
363
363
var $obj = $ ( '#' + heightas ) ;
364
364
if ( $obj . length ) newHeight = $obj . eq ( 0 ) . height ( ) ;
365
365
}
366
-
367
- if ( $el . height ( ) < newHeight ) $el . css ( 'height' , newHeight ) ;
366
+ $el . css ( 'height' , newHeight ) ;
368
367
}
369
368
/*else{
370
369
var pheight=$el.classPre(x+'pheight');
You can’t perform that action at this time.
0 commit comments