Witam pomoże mi ktoś odczytać taka zawartość [object HTMLElement]
<script type="text/javascript"> jQuery(document).ready(function(){
jQuery( ".item-options" ).css("display", "none");
var x = jQuery( ".item-options dl dd" ).toArray();
alert(x);
/*jQuery("td.col-2").html(x);*/
});
Alert zwraca mi coś takiego :
[object HTMLElement],[object HTMLElement],[object HTMLElement]
a element który pobieram jest zbudowany z :
<div class="item-option">
Pozdrawiam,
Michał