Malum Ramazan ayı tam toparlayamadım kafayı 
<!DOCTYPE html >
<html>
<head>
<script src="code.jquery.com/jquery-1.10.2.js" type="text/javascript"></script>
<style>
.haktan
{
color:Blue;
}
</style>
<script type="text/javascript">
$('li:First-child').addClass('haktan');
</script>
<title></title>
</head>
<body>
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</body>
</html>