visual studio jscript intellisense blunder jquery 1.2.6?
i warning "childnodes zero an object' opposite line numbers, depending chronicle library i anxiety (i've attempted 3 opposite versions 1.2.6). consequently, i jack jquery intellisense.
i penetrate work, nonetheless i'd rather i don't know full implications changing following line:
elem = jquery.makearray(div.childnodes);
to this:
//hack: vs intellisense fix
if(div && div.childnodes)
elem = jquery.makearray(div.childnodes);
(the altered line wholly appears once source). gives?
Comments
Post a Comment