Can I add a jQuery file with Drupal custom module? If yes, then how can it be possible?
Drupal already includes jQuery support. You will need to make use of the drupal_add_js function which is available. An in-depth guide using is available on the developer's website.