|
|
@ -14,7 +14,7 @@ yii.gii = (function ($) { |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
var initStickyInputs = function () { |
|
|
|
var initStickyInputs = function () { |
|
|
|
$('.sticky:not(.error) input[type="text"],select,textarea').each(function () { |
|
|
|
$('.sticky:not(.error)').find('input[type="text"],select,textarea').each(function () { |
|
|
|
var value; |
|
|
|
var value; |
|
|
|
if (this.tagName === 'SELECT') { |
|
|
|
if (this.tagName === 'SELECT') { |
|
|
|
value = this.options[this.selectedIndex].text; |
|
|
|
value = this.options[this.selectedIndex].text; |
|
|
|