JQuery not working on WordPress Admin page [closed]

There are this type of problem occure. In case-

1- jQuery function conflict to other jquery function.
To remove this type of problem, define below script in wp-config.php file.

define('CONCATENATE_SCRIPTS', false);

2- jQuery liberaray file are not include in frontend.

3- Jquery same file defined more than one time. then this type of issue show in firebug.