":contains" working in IE but not in Firefox or Chrome
I've got the following line of code, and when I follow it up with an alert, IE gives me the correct value but Firefox and Chrome don't give me anything....
var rFound = $('#WebPartWPQ3 div div:contains('+ rBuff +')');
Anyone see anything wrong with that? I thought the rBuff value might not be getting passed through but even when I hardcode the value, it still doesn't work in anything other than IE.
Thanks.
Dan