สำหรับเจ้า Roundabout
ลองเข้าไปดูตัวอย่างจาก http://fredhq.com/projects/roundabout/ ได้เลยครับ
สำหรับส่วนตัวผมก็ได้ใช้ในเว็บ www.Bahtor.com เหมือนกันครับ
function showDogFrom() {
$(' #dogArea ').show()
}
function showCatFrom() {
$(' #catArea ').show()
}