Hi,

when i do this:

$(function(){
  $('#element_a','#element_b').hide();
});

nothing hides!

When i do this

$(function(){
  $('#element_a').hide();
  $('#element_b').hide();
});

all works fine!

You know why? Is this a Bug or am I?

Regards
qualle

Reply via email to