mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
addClass visual test: Added description of test.
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>addClass Visual Test : Queue</title>
|
||||
<link rel="stylesheet" href="../visual.css">
|
||||
<link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css">
|
||||
<script src="../../../jquery-1.7.2.js"></script>
|
||||
<script src="../../../ui/jquery.effects.core.js"></script>
|
||||
@@ -43,6 +42,9 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>WHAT: The two boxes animate from black to red to green to blue.</p>
|
||||
<p>The first box should start with a delay, the second box should start immediately.</p>
|
||||
|
||||
<div id="box1" class="box"></div>
|
||||
<div id="box2" class="box"></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user