Hi siddangoud,
jQuery is a library.
A library is a collection of pre-written code that can be used to simplify the tasks.
Where as a Framework in a predefined structure. You can't modify the structure.
Framework defines a skeleton where the application defines its own features to fill out the skeleton. In this way, your code will be called by the framework when appropriately.