vote up -3 vote down star

how can i get empty selector in elegant style ?

Something else than $('skdhjfksjdhfksjhdf')

I also checked $([]) - do not work.

flag
Where would you need an empty selector? – Randell Aug 4 at 16:18
3  
What are you trying to do? – Chacha102 Aug 4 at 16:18
Interesting, what's the point? – rpflo Aug 4 at 16:19
What do you mean? Perhaps further explanation and complete sentences would help garner an answer. – Molex Aug 4 at 16:42

2 Answers

vote up 0 vote down
  1. sorry for trouble - $([]) worked quite good
  2. I need empty selector to poplate it with specific nodes in .each loop
link|flag
vote up 1 vote down

Do you mean...

//just get jQuery...
var foo = $();

//or just get the browser using jQuery...
if($.browser.msie){
  alert('You are using the blue e!');
}
link|flag
or $.ajax or... – geowa4 Aug 4 at 17:26

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.