| name | language | licence |
|---|---|---|
| cufon add code | Other | Other |
| jQuery function | Other | Other |
| show load pic while loading page | Java | Other |
| jQuery Loop | Other | Other |
| jQuery class to ui | HTML | Other |
| show address after link in print (jQuery) | HTML | Other |
| clear form | Other | Other |
| DD_roundies | HTML | Other |
< 1 2 >
language: HTML
licence: Other
jQuery class to ui
options: view full snippet • send to code collector
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#step li").each(function (i) {
i = i+1;
$(this).addClass("item" i);
});
});
</script>



library
css (12)