var allItems = $('div.ds-item', datascape);
(...)
$('*', allItems).not('p, a,form').show();
triggers this error in firebug:
Error:
match[3] is undefined
jquery-1.3b1.js
Line 1812
testcase here: http://pixeline.be/experiments/jquerybeta/test1.html
it seems related to the use of the wildcard '*' but you're the
experts :)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---