-
Notifications
You must be signed in to change notification settings - Fork 24
/
api-welcome.html
46 lines (35 loc) · 1.12 KB
/
api-welcome.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<div id="welcome">
<p>
Welcome to <a href="https://github.com/miohtama/jquery-interdependencies">jQuery Interdependencies</a> API documentation.
</p>
<p>
jQuery Interdependencies allows you to create rules to dynamically showing and hiding form fields depending on other field values:
</p>
<p>
<img src="https://github.com/downloads/miohtama/jquery-interdependencies/bacon.gif" />
</p>
<h2>Where to go from here?</h2>
<p>
<a class="button-link" href="#!/api">Browse classes and API documentation</a>.
See <a href="https://github.com/miohtama/jquery-interdependencies">Github project page</a>
for examples and more information.
</p>
<h2>Author info</h2>
<p>
jQuery Interdependencies is creatd by <a href="http://opensourcehacker.com">Mikko Ohtamaa</a>
(<a href="http://twitter.com/moo9000">Twitter</a>)
</p>
</div>
<style>
#welcome {
margin-top: 2em;
}
h2 {
font-size: 150%;
margin-bottom: 1em;
}
#welcome p {
font-size: 120%;
margin-bottom: 1em;
}
</style>