groups

name language licence
jQuery Loop Other Other
HTML refresh code HTML Other
create random number Other Other
AS3 Full Screen Command Other Other
PQP add code PHP Other
css clearfix Other Other
jQuery class to ui HTML Other
htaccess redirect data phones HTML Other

< 1 2 3 4 5 6 >



language: HTML
licence: Other

jQuery class to ui

options: view full snippetsend 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>
	
(Continues...)