$('<div/>') returns array of one object. Is this some kind of virtual element? $('<anything/>') also returns one element.
I am using this element to make html encode (Example $('<div/ >').text('<br/>').html()). Is this jquery bug? I didn't find any documentation of this behavior. I don't want to rely on bug in my code.