code optimization

code optimization

How can I optimized the following code ?
thanks

$.fn.testing=function()
{
var find = '#' + $(this).attr('id') + ' > li';
$(find).bind('mouseover', testing_mouseover);
}