jQuery:几行代码实现简单选项卡TABS效果
做个记录。 <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <html xmlns=”http://www.w3.org/1999/xhtml”> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ /> <title>尝试用 jQuery 实现选项卡功能</title> <style type=”text/css”> page { font-size: 12px; padding: 40px; } ul { padding: 0; margin: 0; list-style: none; } h2 { font-size: 12px; padding: 0; margin: 0; } .tabs { width: 403px; height: 108px; border: 1px [...]