I have a fuction where I pass in a value and then look for a match
inside of a select box...
 
display = $('#premise-data').find('option').filter('[EMAIL PROTECTED]' + value +
']').text();
 
Works great in Firefox, but fails in IE6. Why I say the problem seems to
lie in text() or html() is that when I drop the .text() off I get what I
would expect.
 
Any ideas where I am going wrong?
 
Allex
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to