diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index d8fa3a6c5..70a16e680 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -1388,6 +1388,9 @@ jQuery.extend({ var arg = a[i]; if ( !arg ) continue; + + if ( arg.constructor == Number ) + arg = arg.toString(); // Convert html string into DOM nodes if ( typeof arg == "string" ) {