using jquery like firebug

using jquery like firebug

Hello guys,
I want to create a tool to select all Tags by a mouseover under a element like firebug. I tested this:
$('#content >').hover(function(){
$(this).css('border', '5 5 5 5 3px')  but it doesn't work.
Can me someone help?

webdesigner95