Jquery is not working in wordpress php file

wp_enqueue_script( 'my-jquery', get_stylesheet_directory_uri() .'/js/jquery-1.9.0.js', array( 'jquery' ) );

check for jquery error also check with source code if file is being loaded or not.
you must have included jquery library before including your js file.