$(“<SPAN style=”COLOR: #0000ff”>.water</SPAN>”).<SPAN style=”COLOR: #800080″>hover</SPAN>(
function (){
$(this).<SPAN style=”COLOR: #800080″>find</SPAN>(“<SPAN style=”COLOR: #0000ff”>.action</SPAN>”).show();
},
function (){
$(this).<SPAN style=”COLOR: #800080″>find</SPAN>(“<SPAN style=”COLOR: #0000ff”>.action</SPAN>”).hide();
}
)
</script>
</body>










