remove trailing spaces
This commit is contained in:
parent
e06da1724c
commit
f8ef75eb91
11 changed files with 77 additions and 77 deletions
|
@ -46,7 +46,7 @@ jQuery.fn.extend({
|
|||
if ( elem ) {
|
||||
if( jQuery.nodeName( elem, 'option' ) )
|
||||
return (elem.attributes.value || {}).specified ? elem.value : elem.text;
|
||||
|
||||
|
||||
// We need to handle select boxes special
|
||||
if ( jQuery.nodeName( elem, "select" ) ) {
|
||||
var index = elem.selectedIndex,
|
||||
|
@ -75,7 +75,7 @@ jQuery.fn.extend({
|
|||
}
|
||||
}
|
||||
|
||||
return values;
|
||||
return values;
|
||||
}
|
||||
|
||||
// Everything else, we just grab the value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue