How do i make my character perform a smooth jump?

if (isMoving &&Input.GetButtonDown(“Jump”)){
transform.Translate(Vector3.up*height);

}

So in my game i use the smooth follow script from the standard assets but everytime my charcter jumps the camera kinda jerks,and i dont want that.Makes the game horrible.This is the code i use for jumping.

No replies??