Object definition?
Object definition?
Hi
can somebody explain me, what is this for kind of jquery declation
- var selectBoxContainer = $('<div>',{
- width : select.outerWidth(),
- className : 'tzSelect',
- html : '<div class="selectBox"></div>'
- });
-
- var dropDown = $('<ul>',{className:'dropDown'});
Thx