Browser issue

Browser issue


 $("#" + DDL + " option:contains(" + Option + ")").attr('selected', 'selected');
where DDL is id of dropdownlist and Option is Text to be selected.. it working fine in IE,
But in mozilla not working