window.addEventListener('load', function(){
var $frame = $('.feature');
});
$frame value some times showing with
0:div.popular-custom.frame.feature context:document length:1 prevObject:jQuery.fn.init[1] selector:".feature"
__proto__:Object[0];
but some times it is coming as
context:document length:1 prevObject:jQuery.fn.init[1] selector:".feature" __proto__:Object[0]
Why am getting like this?
I need to get always 0:div.popular-custom.frame.feature what do I have to do?